* {padding:0; margin:0}
.dropdown {float:right;}
.dropdown dt {width:180px; font-weight:bold; cursor:pointer; }
/*.dropdown dt:hover {background:url(images/header_over.gif)}*/
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0}
.dropdown ul {width:180px; list-style:none; border-top:none; margin-top:10px}
.dropdown li {display:inline; display:block; text-decoration:none; background:#f0f0f0; width:180px; height:28px; text-align:left; padding-left:15px}
/*.dropdown a, .dropdown a:active, .dropdown a:visited {text-decoration:none;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; color:#333; text-decoration:none; background:#eaf0f2; width:128px}
.dropdown a:hover {background:#d9e1e4; color:#000}*/
.dropdown .underline {border-bottom:1px solid #FFFFFF; }
