
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px}
.dropdown dt {width:66px;  padding:0px; font-weight:bold; cursor:pointer; }

.dropdown dd {position:absolute; overflow:hidden; width:200px; display:none; z-index:200; opacity:100}
.dropdown ul {width:200px; border:1px solid #333333; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#cccccc; width:194px}
.dropdown a:hover {background:#eeeeee; color:#000}
.dropdown .underline {border-bottom:1px solid #333333; font-family:Arial, Helvetica, sans-serif; font-size:12px}
