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

.coloredScroll
{
	scrollbar-face-color: #717171 !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: #FFFFFF !important;
}

.msDropDown
{
	color: #333333;
	position: absolute;
	display: inline-block;
	border: 1px solid #ececec;
}

.white
{
	background: #FFFFFF;
}

.msDropDown .msDropDown_Child
{
	margin: 0;
	padding: 0;
	height: auto;
	display: none;
	color: #BAB6B8;
	overflow-y: auto;
	overflow-x: hidden;
	background: #3D3A3B;
}

.white .msDropDown_Child
{
	color: #000000;
	background: #FFFFFF;
}

.msDropDown .msEnabled
{
	cursor1: pointer;
}

.msDropDown .msDisabled
{
	cursor: default;
}

.msDropDown .msArrow
{
	width: 22px;
	width: 100%;
	float: right;
	margin-left: 9px;
	text-align: right;
	position: absolute;
}

.msDropDown .msDropdownTitle
{
	width: auto;
	overflow: hidden;
	padding-left: 5px;
	line-height: 18px;
	padding-right: 5px;
	padding-bottom: 1px;
	display: inline-block;
}

.white .msDropdownTitle
{
	color: #000000;
}

.msDropDown img
{
	border: 0px;
	margin-left: -5px;
	margin-right: 5px;
}

.msDropDown .msDropDown_Child a
{
	margin: 0;
	width: 100%;
	clear: both;
	height: auto;
	display: block;
	cursor: default;
	text-decoration: none;
	padding: 3px 0 3px 8px;
}

.msDropDown .msDropDown_Child a
{
	color: #BAB6B8;
}

.white .msDropDown_Child a
{
	color: #000000;
}

.msDropDown .msDropDown_Child a:hover
{
	color: #1D1D1D;
	background-color: #BABABA;
}

.msDropDown .msDropDown_Child a.selected
{
	color: #000000;
	background-color: #E7E7E7;
}

.msDropDown .msDropDown_Child a img
{
	margin-left: 0px;
}
