.dropdown
{
	position:absolute;
	visibility: hidden;
	font-family:Verdana;
	z-index: 100;
	background-color: #BCB753;
	border-left:#E9E278 solid 1px;
	border-right:#E9E278 solid 1px;
	border-bottom:#E9E278 solid 1px;
	color:#FFFFFF;
	width:180px;
	max-height:450px;
	/*overflow: auto;*/
	margin-top:-2px;
	margin-left:-10px;
	
}
*html .dropdown{
	position: absolute;
	/*left:0px;*/
	margin-top:-2px;
	/*overflow: auto;*/
	width:220px;
	height: expression(this.scrollHeight > 450 ? "450px" : "auto"); /* IE */


}
*html .dropdown li{

	margin-left:20px;
	display:block !important;
	list-style-type:none;
	margin-bottom:-5px;
/*	width:220px;;*/
}
html>body .dropdown li{
	padding-left:0px;
	margin-left:-20px;
	width:170px !important;
	margin-bottom:-3px;
}


.dropdown li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family:Verdana;
	font-size:12px;
	vertical-align:middle;
}
.dropdown li a:hover{
	color:#FFFFFF !important;
}
.separator{
	height:2px !important;
	margin-top:-16px;	
}
*html .separator{
	margin-top:-23px;
}
.separator img{
	margin-left:-20px;
}
