/*
.dropdown dt {border:2px solid #333333; padding:2px; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
orange color 1: #D69747
orange color 2: #DD9E4E
.dropdown a:hover {background:#d9e1e4; color:#000}
*/
body {margin:25px; font:12px Verdana, Arial, Helvetica;}
* {padding:0; margin:0}
.dropdown {float:left; padding-right:0px;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding-top:2px; color:#000000; text-decoration:none;}
.dropdown dt {color: #000000;border:2px solid #333333; padding:2px; cursor:pointer; background-color: #999999;}
.dropdown dt:hover {background-color: transparent;}
.dropdown dt a:hover {color: #ffffff;}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {background: transparent; padding: 0px;}
.dropdown dd {position:absolute; overflow:hidden; display:none; font:10px Verdana, Arial, Helvetica; z-index:200; opacity:0;}
.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {display:block; padding-top:2px; color:#000000; text-decoration:none;background: #999999;}
.dropdown dd a:hover {color: #ffffff;}
.dropdown ul {list-style:none; border: 2px solid #333333;}
.dropdown li {display:inline;background: #999999;}
.dropdown .underline {border-bottom:1px solid #333333;}
