.dropdown {float:right; border:none; padding:0;}
.dropdown dt {width:188px; border:none; padding:10px 8px 0;; height:23px; color:#666; font-weight:bold; cursor:pointer; background:url(../images/header.gif)}
.dropdown dt:hover {background:url(../images/header_over.gif); color:#999;}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:none; list-style:none; border-top:1px solid #FFF}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#F3F3F3; width:194px}
.dropdown a:hover {background:#DDD; color:#000}
.dropdown .underline {border-bottom:2px solid #FFF}