body {
	margin:0px;
	font:10px Verdana;
	position: static;
	font-weight: normal;
}
* {padding:0; margin:0}
.dropdown {
	float:left;
	padding-right:3px
	
}
.dropdown dt {
	width:121px;
	border:1px solid #9ac1c9;
	padding:3px;
	font-weight:normal;
	cursor:auto;
	font-size: 9px;
	font-style: normal;
	font-family: Arial;
}
.dropdown dt:hover {}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:185px;
	display:none;
	z-index:138;
	opacity:0;
	font-size: 10px;
}
.dropdown ul {
	width:185px;
	
	list-style:none;
	
}
.dropdown li {
	display:inline
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display:block;
	padding:0;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	background:transparent;
	width:auto;
	text-align: center;
}
.dropdown dt a:hover {
	background:transparent;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:3px;
	color:#333;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	background:#eaf0f2;
	width:185px;
	text-align: left;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

