
* {padding:0; margin:0}

.dropdown {float: left; margin-bottom: 25px; margin-left: 33px;}

.dropdown dt {width:302px; height: 34px; text-align:left; font-size: 14px; padding-top:20px; padding-left: 30px; font-weight:bold; cursor:pointer; background:url(../images/button.gif); margin-bottom: 0px; color:#006633;}

.dropdown dt:hover {background:url(../images/button.gif); color: black;}

.dropdown dd {position:absolute; overflow:hidden; width:332px; display:none; background:#fff; z-index:200; opacity:0}

.dropdown ul {width:332px; 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:#eaf0f2; width:332px}

.dropdown a:hover {background:#d9e1e4; color:#000}

.dropdown .underline {border-bottom:1px solid #b9d6dc}