
* {padding:0; margin:0}
.dropdown {font:11px Arial, Helvetica; float:left; padding-right:2px}
.dropdown dt {width:63px; border-left:1px dotted #666; padding:2px; font-weight:normal; cursor:pointer;}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {display:block; padding:0px; color:#006baf; text-decoration:none; background:#fff; width:auto}
.dropdown dt:hover {background:#fee690}
.dropdown dt a:hover {background:#fee690; color:#000}
.dropdown dd {position:absolute; overflow:hidden; width:auto; font-weight:normal; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:auto; border-left:1px dotted #666; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:#006baf; text-decoration:none; background:#fff; width:62px}
.dropdown a:hover {background:#fee690; color:#000}
.dropdown .underline {border-bottom:1px solid #cccccc}