* {padding:0; margin:0}
.dropdown {float:right;}
.dropdown dt {width:100px; cursor:pointer; }
/*.dropdown dt:hover {background:url(images/header_over.gif)}*/
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:20}
.dropdown ul {width:100px; list-style:none; border-top:none; margin-top:5px}
.dropdown li {display:inline; display:block; text-decoration:none; background:#009100; width:100px; height:25px; text-align:left; padding-left:10px; padding-top:5px;}
/*.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; }
