* {padding:0; margin:0;}
.dropdown {display:block; position:relative; text-transform: uppercase;}
.dropdown dt {width:188px; margin: 0;border-bottom: 1px dotted #cccccc !important; padding:8px; font-weight:bold; cursor:pointer; }
.dropdown .upperdd {border-bottom:none;}
.dropdown dt:hover {}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:0;}
.dropdown ul  li{width:204px; margin: 0;border-bottom: 1px dotted #cccccc !important; list-style:none;}
.dropdown li {display:inline; }
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; width:194px; }
.dropdown a:hover {color:#000;}
.dropdown .underline {border-bottom:1px solid #b9d6dc;}