.RSIDropDownList_Container
{
	position:relative;
	width: 200px;
}

.RSIDropDownList_Container .RSIDropDownList_Bar
{
	border: 1px solid #D0CFCB;
	/* width: 100px; */
	height: 28px;
	display:block;
	background: 0% 0% no-repeat white;
	position: relative;
	cursor: default;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
}

.RSIDropDownList_Container .RSIDropDownList_Bar .RSIDropDownList_Label
{
	float: left;
	margin: 0 0 0 8px;
	line-height:30px;
    height:30px;
    overflow:hidden;
}

.RSIDropDownList_Container .RSIDropDownList_Bar .RSIDropDownList_Arrow
{
	width: 21px;
	height: 28px;
	display: block;
	font-size: 0;
	float: right;
	background-image: url(../Images/DropDownListExpand.gif);
}

.RSIDropDownList_ListContainer
{
	border: 1px solid #D0CFCB;
	/* width: 100px; */
	/* height: 200px; */
	background-color: white;
	text-align: left;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	z-index: 65535;
	left: 0px;
	top: 29px;
	display: none;
}

.RSIDropDownList_ListContainer .RSIDropDownList_List
{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	position:relative;
    
}

.RSIDropDownList_ListContainer .RSIDropDownList_List .RSIDropDownList_Item
{
	background-color: white!important;
	padding: 2px 5px 4px 8px!important;
	zoom: 1;
	cursor: pointer;
}

.RSIDropDownList_ListContainer .RSIDropDownList_List .RSIDropDownList_Item:hover
{
	background-color: #EAE9E8!important;
}

.RSIDropDownList_ListContainer .RSIDropDownList_ScrollBarContainer
{
	float: right;
	height: 100%;
	border-left: 1px solid #D0CFCB;
}
.RSIDropDownList_ListContainer .RSIDropDownList_ScrollBarContainer .RSIDropDownList_ScrollBar
{
	position: relative;
}

.RSIDropDownList_ListContainer .RSIDropDownList_ScrollBarContainer .RSIDropDownList_ScrollBar .RSIDropDownList_Scroll
{
	font-size:0;
	display:block;
	position:absolute;
	top:0px;
	float: none;
	height: auto;
	padding: 0px;
	border: 0px;
}

.RSIDropDownList_ListContainer .RSIDropDownList_ScrollBarContainer .RSIDropDownList_Scroll img
{
	width: auto;
}

.RSIDropDownList_Container .RSIDropDownList_Select
{
	position: absolute;
}


/* NEW DROPDOWN*/

.DropdownContainer {float:left;height:30px;position:relative;}
.RSIDropdown {display:block;cursor:pointer;height: 28px;line-height: 28px;font-size:0.7em;width:200px;}
.RSIDropdownSelect {z-index:10;width:200px;}
.CustomSelectInner {border:1px solid #D0CFCB;background-color:#FFFFFF;z-index:5;padding: 0 0 0 8px;background: #FFFFFF url(../Images/DropDownListExpand.gif) right 0 no-repeat;}
.CustomSelectInnerList li {cursor:pointer;padding-left:18px;height:20px;line-height:20px;overflow:hidden;}
.CustomSelectInnerList li.Selected {background:url(../Images/selected.gif) 0 3px no-repeat;}
.CustomSelectInnerText {display:block;overflow: hidden;height: 28px;}
.CustomSelectInnerList {clear:both;background-color:#FFFFFF;border:1px solid #D0CFCB;border-top:0;z-index:11;position: absolute;top:30px;height:100px;overflow:auto;}