body {font:12px Arial, Helvetica}
* {
	padding:0;
	margin: 0;
}
.dropdown {float:left; text-align: left; }
.dropdown dt {  font-weight:bold; cursor:pointer; color:#FFFFFF;} 
.dropdown dt:hover {}
.dropdown dd { position:absolute; overflow:hidden; display:none; background:#fff; z-index:200; opacity:0; margin-top: 10px; }
.dropdown ul { border:1px solid #000000; list-style:none; border-top:none;  background:#000000; width:182px; }
.dropdown li {display:inline; text-align:left;  font-weight:normal;  width:182px;}
.dropdown a, .dropdown a:active, .dropdown a:visited { font-weight:normal; display:block; color:#333; text-decoration:none; background:#000000; width:182px; padding:5px; }
.dropdown a:hover {background:url(images/roll_over.jpg) repeat-y; color:#000; font-weight:normal;  width:182px;}
.dropdown .underline {border-bottom:0px solid #b9d6dc; font:normal 12px Arial, Helvetica, sans-serif; width:182px; color:#666666;}

