.dropdown {
	float:left
}
.dropdown dt {
	padding:0px;
	font-weight:bold;
	cursor:pointer
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	/*
	opacity:0
	*/
}
.dropdown ul {
	list-style:none;
	border-top:none
}
.dropdown li {
	display:block
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:0px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:163px;
	min-width:162px;
}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
