.dropdown {
	float:left;
	padding-right:24px;
	color:#FFFFFF;
	font-size: 0.8em;
}
.dropdown2 {
	float:left;
	padding-right:5px;
	color:#003366;
	font-size: 0.8em;
	width:80px;
	text-align:center;
	margin-left: 20px;
	color:#fff;
}
.dropdown dt {
	text-align:center;
	width:120px; 
	border:none; 
	padding:0px; 
	cursor:pointer; 
}

.dropdown dt:hover {color:#003366;}

.dropdown dd {
	position:absolute;
	overflow:hidden; 
	width:133px; 
	display:none; 
	z-index:200; 
	opacity:0;
	margin-top:9px;
	margin-left: 0px;
	text-align:center;
	font-size:0.8em;
}

.dropdown ul {
	width:121px; 
	opacity: 1;
	border-bottom:1px solid #2a849d;
	border-left:1px solid #2a849d;
	border-right:1px solid #2a849d;
}

.dropdown li {
	width:121px;
	display:inline;
	opacity: 0;


}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:4px; 
	text-decoration:none; 
	background:#62B4CB; 
	color:#fff;

}

.dropdown a:hover {
padding:6px;
width:107px;
border:1px solid #fff;
color:#003366;
}
.dropdown2 a {
color:#fff;
text-decoration:none;
}
.dropdown2 a:hover {
color:#003366;
text-decoration:none;
}
.dropdown .underline {
width:113px;
}