.msDropDown div{display:inline-block; text-align:left;}

.msDropDown {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px 0 0 3px;
	width:auto;
	display:inline-block;
	position:absolute;
	

}
.msArrow img{
	width:16px;
	height:16px;
	border:0px;
	/*float:right;
	background:url('/js/select/dd_arrow.gif') no-repeat 0 0;*/
}
.msDropDown .msDropDown_Child {
	border:1px solid #c3c3c3;display:none;
	width:auto; margin:0; padding:0;
	cursor:pointer; background-color:#FFFFFF; height:auto;
	overflow-y:auto; overflow-x:hidden;
	-moz-opacity: 0.92; opacity: 0.92; filter:alpha(opacity=92);
}

.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{
	width:16px;	
	position:relative; 
	float: right;
	background:url('/js/select/dd_arrow.gif') no-repeat 0 0;
}

.msDropDown .msDropdownTitle img{
	padding-right:2px;
	vertical-align:middle;
}

.msDropDown .msDropdownTitle{
	width:auto;
	height: 16px;
	display:inline-block;
	float:left;
	overflow:hidden;
	font-size:12px;
 	font-family: Verdana;
 	color: #003366;
}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a{padding:3px 0 3px 2px; text-decoration:none; display:block; height:auto; clear:both; margin:0; width:130%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#000000;}
.msDropDown .msDropDown_Child a:hover{color:#fff; background-color:#6f75b2;}
.msDropDown .msDropDown_Child a.selected{color:#fff; background-color:#7fa2ca;}
.msDropDown .msDropDown_Child a.selected span {color:#fff; font-weight: bold;}