
.dropdown {display:block; position:absolute;}
.dropdown dt {width:70px;  cursor:pointer; }
.dropdown .upperdd {border-bottom:none; }
.dropdown dt:hover {color:#770b1a;font-weight:bold;}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:180px; display:none; background:#fff; opacity:0}
.dropdown ul {width:178px; border:1px solid #999; list-style:none}
.dropdown li {display:inline; }
.dropdown a.regLink, .dropdown a:active.regLink, .dropdown a:visited.regLink{width:70px; position:absolute; right: 2px; background:none !important} 
.dropdown a:hover.regLink{color:#770b1a;font-weight:bold;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#fff; width:194px; }
.dropdown a:hover{background:#ffcc99; color:#000; }
.dropdown .underline {border-bottom:1px solid #999; }
