.dropdown {float:right; font-size:10pt;padding-right:2px; line-height:15px; height:30px; margin-right:-10px; }
.dropdown dt {width:124px; color:#FFFFFF; padding:8px; cursor:pointer; text-align:left; padding-left:30px;padding-right:0px;}
.dropdown .link5 dt:hover {background:url(images/highlight.png) no-repeat center center}
.dropdown dd {position:absolute; top:30px;overflow:hidden; width:156px; display:none; background-color: #1A4567; z-index:200; opacity:0; margin-top:-1px;} /*white bit*/
.dropdown ul {margin:0;padding:0;width:156px; border:0px solid; border-top:none; margin-top:-1px;}
.dropdown li {display:inline; color:#FFFFFF padding-bottom:20px;}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	width:146px;
	background-color: #1A4567;
	
}
.dropdown a:hover {background:#184B71; color:#FFFFFF; }
.dropdown .underline {border-bottom:0px solid #1E4A6F}
.dropdown:hover{background:url(images/highlight.png) no-repeat center bottom};
