/* dropdown */

.dropdown {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 60px;
	width: 870px;
	height: 32px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dropdown ul li a {	
	padding-top: 8px;
	margin-right: 16px;
	padding-left: 6px;
	padding-right: 6px;
	display: block;
	overflow: hidden;
	color: #304c73; 
	height: 24px; 
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.dropdown ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.dropdown ul li { 
	float: left; 
	position: relative;
}

.dropdown ul li ul {
	display: none;
}

.dropdown ul li:hover a {
	color: #7bc6e7;
	text-decoration: none;
	background-color: #3c9bd2;
}

.dropdown ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 32x; 
	left: -3px; 
	width: 188px;
	margin: 0; 
	padding: 0;
}

.dropdown ul li:hover ul li ul {
	display: none;
}

.dropdown ul li:hover ul li a {
	display: block;
	height: 28px; 
	line-height: 26px; 
	color: #ffffff; 
	width: 184px; 
	text-align: left;
	text-decoration: none; 
	font-size: 10px;
	margin: 0; 
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.dropdown ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
}

.dropdown ul li:hover ul .hlight {
	margin-right: 1px;
}

.dropdown ul li:hover ul li a:hover {
	color: #ffffff; 
	background-color: #7bc6e7;
}

.dropdown ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 105px; 
	top: 0;
}

.dropdown ul li:hover ul li:hover ul.left {
	left: -105px;
}

.dropdown .selected {
	color: #7bc6e7; 
	background-color: #3c9bd2;
}

.dropdown .bottom {
	width: 216px;
	height: 20px;
	background: url('images/nav_bottom.gif') top left no-repeat;
}