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

}

.dropdown dt {
margin-top: 7px;
width:188px; 
border:1px solid #000; 
padding:5px; 
font-weight:bold; 
cursor:pointer; 
color:#FFF; 
background: #333; 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
-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: #666; 
color: #FFF;

}

.dropdown dd {
position:absolute; 
overflow:hidden; 
width:202px; 
display:none; 
background:none; 
z-index:200; 
opacity:0

}

.dropdown ul {
width:198px; 
border:1px solid #000; 
list-style:none; 
border-top:none; 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
-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:#d9f1a3; 
font-size: 11px; 
text-decoration:none; 
background:#1d1d1d url('../images/arrowrightbl.png') no-repeat 4px 6px; 
width:188px; text-indent:10px;

}

.dropdown a:hover {
background:#222 url('../images/arrowright.png') no-repeat 4px 6px; 
color:#FFF; 
font-weight: bold; 
text-indent:10px

}

.dropdown .underline {
border-bottom:1px solid #000

}
