body {margin:1px; font:2 Verdana}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {width:175px; border:2 solid none; padding:2; font-weight:bold; font-size:12; text-align:center; color:white; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:175px; display:none; background:maroon; z-index:200; opacity:0}
.dropdown ul {width:175px; border:0; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:white; font-size:11; text-decoration:none; background:url(images/header.gif); width:175px}
.dropdown a:hover {background:url(images/header.gif); color:orange}
.dropdown .underline {border-bottom:1px solid #b9d6dc}