
body {font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}

.dropdown {float:inherit;}
.dropdown dd {position:absolute; overflow:visible; display:none; background:#fff; z-index:2; opacity:0; padding-left:8px; padding-right:8px; border-style:solid; border-width:1px; border-color:#BAD6BF}
.dropdown ul {
	width:200px; 
	list-style:none; 
	border-top:none; 
	height:75px; 
	overflow:scroll; 
	overflow-x:hidden;
	scrollbar-arrow-color:black;
	scrollbar-3dlight-color:#eaf0f2;
	scrollbar-highlight-color:#000000;
	scrollbar-face-color:#eaf0f2;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#eaf0f2;
	scrollbar-track-color:#eaf0f2;	
}
.dropdown li {display:inline; left:50;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:210px;}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #BAD6BF}