* {padding:0; margin:0}
.dropdown {float:left;}
.dropdown dt {width:105px; height:20px; padding:22px 8px 8px; font-weight:bold; cursor:pointer; text-align:center; color: white; font-size:14px;}
.dropdown dt:hover {background:url(imgs/navbutton2.png)}
.dropdown dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:200; opacity:0; font-size: 11px; width: 136px; font-weight:bold;}
.dropdown ul {width:136px; border-bottom:3px solid #005e20; list-style:circle;}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:white; width:194px; font-weight:bold;}
.dropdown a:hover {background:#c7f1c2; color:#000; font-weight:bold;}
.dropdown .underline {border-top:1px solid black}