* {padding:0; margin:0}
.dropdown {
	float:left; 
	/*padding-right:5px*/
}
.dropdown dt {
	/*width:188px; */
	border:0px solid #518698; 
	padding:0px; 
	cursor:pointer; 
	/*background:url(../images/header.gif)*/
}
.dropdown dt:hover {
	/*background:url(../images/header_over.gif)*/
	color: #cde5ed;
}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	/*width:208px; */
	display:none; 
	background:#518698; 
	z-index:200; 
	opacity:0
}
.dropdown ul {
	background:#518698; 
	padding-top: 12px;
	width:170px; 
	border:2px solid #518698; 
	list-style:none; 
	border-top:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#fff; 
	text-decoration:none; 
	background:#518698; 
	font-style: normal;
	/*width:194px*/
}
.dropdown a:hover {
	color:#cde5ed; 
	background:#518698; 
}
.dropdown .underline {
	border-bottom:1px solid #518698
}
.underline{
	font-size: 12px;
	font-style: normal;
}
