
.dropdown {
float:left; 
padding-right:5px
}
.dropdown dt {
/*width:188px; 
border:2px solid #9ac1c9;*/
font:9px Verdana, Arial, Helvetica, sans-serif;
padding:7px 10px; font-weight:bold; 
cursor:pointer; 
/*background-color:#000000;*/  
/*background:url(images/header.gif)*/
color: #999999;
margin-right:10px;
}
.dropdown dt a{
margin:inherit;
}
.dropdown dt:hover {
background-color:#222222;
color:#CCCCCC;
/*background:url(images/header_over.gif)*/
}
*html .dropdown dt a:hover {
background-color:#222222;
/*background:url(images/header_over.gif)*/
}
.dropdown dd {
position:absolute; 
overflow:hidden; 
/*width:206px; *//*DD Encloses the background of drop downs*/
display:none; 
background:#fff;/**/ 
z-index:200; 
opacity:0
}
.dropdown ul {
width:200px; 
/*border:2px solid #9ac1c9;*//*Border for the whole drop down menu*/ 
list-style:none; 
border-top:none;
}
.dropdown li {
display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block; 
padding:5px; /*Padding for top and bottom left and right sub navs*/
color: #CCCCCC; 
text-decoration:none; 
background:#000000;/*TOP/ UP BG COLOR FOR SUB NAVS */ 
width:190px;
}
.dropdown a:hover {
background:#222222;/*BACKGROUND COLOR FOR SUB NAVS ON HOVER*/ 
color:#666666;
}
.dropdown .underline {
border-bottom:1px solid #333333;
}
