body {margin:0px; font:11px Geneva, Arial, Helvetica, sans-serif}
* {padding:0; margin:0}
.dropdown {float:right; padding-right:2px}
.dropdown dt {width:130px; border:1px solid #cccccc; padding:5px; font-weight:bold; cursor:pointer; background:url(../test_CSS/images/header.gif)}
.dropdown dt:hover {background:url(../test_CSS/images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#fff; z-index:200}
.dropdown ul {width:204px; border:2px solid #cccccc; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#999999; width:194px}
.dropdown a:hover {background:#cccccc; color:#000}
.dropdown .underline {border-bottom:1px solid #cccccc}