.dropdown {float:left; padding-right:5px}
.dropdown dt {margin-top: 7px;width:188px; border:2px solid #2f4456; padding:5px; font-weight:bold; cursor:pointer; color:#FFF; background: #2f4456; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius-bottomright: 0px; -webkit-border-radius-bottom-right: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius-bottom-left: 0px;}
.dropdown dt:hover {background: #2f4456; color: #FFF;}
.dropdown dd {position:absolute; overflow:hidden; width:202px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:198px; border:2px solid #2f4456; list-style:none; border-top:none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius-topright: 0px;
	-webkit-border-radius-top-right: 0px; -moz-border-radius-topleft: 0px; -webkit-border-radius-top-left: 0px;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#000; font-size: 11px; text-decoration:none; background:#FFF url('../images/arrowrightbl.png') no-repeat 4px 6px; width:188px; text-indent:10px;}
.dropdown a:hover {background:#7192A8 url('../images/arrowright.png') no-repeat 4px 6px; color:#FFF; font-weight: bold; text-indent:10px}
.dropdown .underline {border-bottom:2px solid #2f4456}