
#dropdown * {padding:0; margin:0;}
.dropdown {float:left; padding:0px}
.dropdown dl {
}
/*dt height:0px is for lining up the background*/
.dropdown dt {
	width:160px;
	border:none;
	padding:0px;
	margin:0px;
} 
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:120px;
	display:none;
	z-index:200;
}
.dropdown ul {width:120px; border:none; list-style:none; border-top:none}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; color:#000000; text-decoration:none; background:#000000; width:120px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:none}