body {margin:25px;}
* {padding:0; margin:0}
.dropdown {float:left; }
.dropdown dt {width:100px;padding:0px; color: #cccccc; font: 11px  Verdana; cursor:pointer; }
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:100px; display:none; z-index:200;}
.dropdown ul {width:100px; border:none; list-style:none; border-top:none;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:0px; height:35px; font-size:10px; color:#333333; text-decoration:none; background:#333333; width:100px;  }
.dropdown a:hover {background: #000000; color:#000000; font-size:10px; }
.dropdown .underline {border-bottom:1px solid #999999}
