body {font-size: 12px; font-family: Verdana, Arial, Helvetica; }
* {padding:0; margin:0}
.dropdown {float:left; position: relative; left: 0px; top: 80px; z-index: 9;}
.dropdown dt {}
.dropdown dt:hover { }
.dropdown dd {position:absolute; margin-top: -2px; overflow:hidden; width:204px; display:none; background:#fff; z-index:200; opacity:0; }
.dropdown ul {width:202px; border:1px solid #00341a; list-style:none; }
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:3px; color:#333; text-decoration:none; font-size: 10px; background:#fff; width:196px}
.dropdown a:hover {background:#cccccc; color:#000; }
.dropdown .underline {border-bottom:1px dotted #b9d6dc}
.dropdown .underline2 {border-bottom:2px solid #b9d6dc}