#dropmenus {clear: both; width: 1000px; background: #f7ebeb; height: 28px; position: relative; top: -20px; z-index: 500;}
.dropdown {float:left; padding-right:0; background: #f7ebeb;}
.dropdown dt {width:80px; border:0; padding:8px; color: #666; text-transform: uppercase; cursor:pointer; background: #f7ebeb;}
.dropdown dt:hover {background:#d5aeae;}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff;opacity:0}
.dropdown ul {width:204px; border:0; list-style:none; border-top:none; border: 2px solid #d5aeae;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#666; text-decoration:none; background:#f7ebeb; width:194px}
.dropdown a:hover {background:#d5aeae; color:#000}
.dropdown .underline {border-bottom:1px solid #f7ebeb}
