.ddspacer{float: left; width:50px;}
.dropdown {float:left; padding-right:2px;}
.dropdown dt {width:125px;  border:1px solid #564f91; color:white; font-weight: bold; text-align: center; padding:8px; font-weight:bold; cursor:pointer; background-color: #264f91; }
.dropdown dt:hover {background-color:#ec7e25;}
.dropdown dd {position:absolute; overflow:hidden; width:188px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:1px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:1px; color:black; text-decoration:none; background:white; width:194px}
.dropdown a:hover {background:white; color:#000}
.dropdown .underline {border-bottom:1px solid #564f91;}