.dropdown {
	float:right; 
	padding-right: 2px;
	padding-left: 5px;
	font-size: 11px;
	background-color: #191e21;
	height: 26px;
}
.dropdown dt {
	width:140px; 
	padding:0;  
	cursor:pointer; 
	color:#00b9f2;
	margin:6px 0 0 0px;
}
/* 
.dropdown dt:hover {
	
}
*/
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:140px; 
	display:none; 
	z-index:200; 
	filter:alpha(opacity=0);
	opacity:0;
	background:#191e21;
	margin:2px;
	border-bottom:1px solid #9ac1c9; 
}
.dropdown ul {
	width:140px; 
	list-style:none; 
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:4px 5px 4px 45px;
	text-decoration:none; 
	background:#191e21; 
	width:130px;
	text-align:left;
	color: #00b9f2;
}
.dropdown a:hover {
	background:#007fa5; 
	color:#fff;
}
