
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px;}
.dropdown dt {width:auto;  font-weight:bold; cursor:pointer;}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:100px; display:none; background:#fff; z-index:200; }
.dropdown ul {width:97px; border:0; list-style:none; border-top:none;}
.dropdown li {display:inline;
text-align:center;
}
.dropdown dd a{display:block; padding:5px; color:#000; text-decoration:none; background:#fff; width:96px; font-size:9px; font-weight:bold}

.dropdown dt a {display:block; padding:0px;  text-decoration:none;  width: auto}

.dropdown dd a:hover {background:#bebebe; color:#fff;display:block; padding:5px;  text-decoration:none; width:96px; font-size:9px; font-weight:bold}
.dropdown .underline {border-bottom:1px solid #763440}