* {padding:0; margin:0}
.dropdown {
	float:left; 
	align:center;}
.dropdown dt {
	width:166px; 
	solid #B4CCFA;
	text-align: center;
	letter-spacing: -1px;
	font-family:arial;
	font-size:0.8em;
	color: #2655AC;
	text-decoration: none;
	font-weight: bold;
 	padding-top:7px; 
	padding-bottom:7px; 
	font-weight:bold; 
	cursor:pointer; 
	background: #8CB0F8 repeat-x left bottom;
	height:18px; 
	align:center;}
.dropdown dt:hover {
	background: #B6CEFB repeat-x left top;  
	align:center;
	height:18px;}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:166px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0}
.dropdown ul {width:166px; background: #B6CEFB repeat-x left top; list-style:none; border-top:none; align:center;}
.dropdown li {display:inline; align:center;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; height:18px;padding-bottom:5px; padding-top:5px; border-bottom:1px;color:#333; text-decoration:none; background: #8CB0F8 repeat-x left bottom; width:166px}
.dropdown a:hover {background: #B6CEFB repeat-x left top;}
.dropdown .underline {border-bottom:1px solid #B4CCFA}