/*.dropdown {float:left; padding-right:5px} */

/* Menu Button */
.dropdown dt {width:126px; border:0px solid #20292A; padding:8px; font-weight:bold; cursor:pointer; background-image:url(/images/dropdown_header.gif); background-repeat: no-repeat; background-position: left top; color:#000000;}
.dropdown dt:hover {background-image:url(/images/dropdown_header_over.gif) top; background-repeat: no-repeat; background-position: left top;}

/* Menu Item container */
.dropdown dd {position:absolute; overflow:hidden; width:122px; display:none; background:#333333; z-index:200; opacity:0; margin-left: 2px; padding: 0px;}
.dropdown ul {width:122px; border-top:1px solid #CCCCCC; list-style:none; border-top:none; padding: 0px;}

/* Menu Items */
.dropdown li {display:inline}

.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; width:122px; padding:5px; color:#CCCCCC; text-decoration:none; background:#333333;}
.dropdown a:hover {background:#00386D; color:#CCCCCC;}
.dropdown .underline {border-bottom:1px solid #CCCCCC;}