.msDropDown div{display:inline-block; color:#000000; text-align:left; z-index:4;}

.coloredScroll {
	/*
	* Works only in IE.
	*/ 
	/*
	scrollbar-face-color: 3dface !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: Scrollbar !important;
	scrollbar-arrow-color: ButtonText !important;
	*/
}
.msDropDown {
	background:#ffffff;
	border:1px solid #000;
	padding:0px 0 0 0px;
	width:auto;
	display:inline-block;
	position:absolute;
	height:16px;
}
.msDropDown .msDropDown_Child{border:1px solid #c3c3c3;display:none; width:auto; z-index:5px; margin:0; padding:0; cursor:pointer; background-color:#FFFFFF; height:auto; overflow-y:auto; overflow-x:hidden; }
.msDropDown .msEnabled{cursor:pointer; height:15px}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{width:16px;padding:1px 1px 3px 0; position:relative; float:right;}
.msDropDown .msDropdownTitle{width:auto; display:inline-block;float:left;padding-top:2px; overflow:hidden;}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}
.msDropDown .msDropDown_Child a{ height:16px; text-decoration:none; display:block; clear:both;  width:100%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#000000;}
.msDropDown .msDropDown_Child a:hover{color:#000000; height:16px; background:transparent url(http://hidetxt.com/images/icons/select.png) no-repeat scroll 100% 0;}
.msDropDown .msDropDown_Child a.selected{color:#000000; height:16px; background-color:#fff;}