div.mcdropdown{
	position:absolute;
	border:1px solid #8e9daa;
	padding:1px;
	width:200px;
	height:12px;
	font-weight:normal;
	
	}
div.mcdropdown input,div.mcdropdown div{
	position:absolute;
	background-color:#fff;
	left:0;
	top:0;
	height:16px;
	width:98%;
	border:0;
	text-align:center;
	margin-right:20px;
	padding:2px 0 0 3px;
	font:12px Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
div.mcdropdown a{
	position:absolute;
	right:1px;
	top:1px;
	background:transparent url(../images/mcdropdown/mcdd_select_button_sprite.gif) no-repeat top left;
	display:-moz-inline-block;
	display:inline-block;
	height:16px;
	width:15px;
	text-decoration:none;
	font-size:0;
	z-index:2;
	outline:0;
	font-weight:normal;
	}
div.mcdropdown a:hover,div.mcdropdown a:focus{
	background-position:0 -32px;
	font-weight:normal;
	}
div.mcdropdown a:active{
	background-position:0 -32px;
	outline:none;
	font-weight:normal;
	}
div.mcdropdownDisabled input{
	cursor:default;
	font-weight:normal;
	visibility:visible;
	}
div.mcdropdownDisabled a:hover,div.mcdropdownDisabled a:focus{
	background-position:0 0;
	cursor:default;
	font-weight:normal;

	}
ul.mcdropdown_menu{
	display:none;
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:10000;
	font-weight:normal;

	}
ul.mcdropdown_menu ul{

	font:11px Arial,Helvetica,sans-serif;
	}
ul.mcdropdown_menu ul{
	position:absolute;
	list-style-type:none;
	margin:0;
	margin-left:30px;
	padding:0;
	z-index:10000;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li{
	margin:0;
	min-width:150px;
	_width:150px;
	font-weight:normal;
	}
ul.mcdropdown_menu{
	height:auto;
	background-color:#e1e0e0;
	padding:5px 5px;
	font:11px Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
ul.mcdropdown_menu li{
	padding:2px 5px 2px 2px;
	font-weight:normal;
	}
ul.mcdropdown_menu li.mc_root{
	cursor:pointer;
	white-space:nowrap;
	color:#666;
	border-top:1px solid #fff;
	padding:2px 20px 2px 6px;
	margin:0 10px;
	font-weight:normal;
	}
ul.mcdropdown_menu>li.mc_endcol{
	border-bottom:1px solid #fff;
	font-weight:normal;
	}
ul.mcdropdown_menu li.mc_hover{
	background-color:#ccc!important;
	font-weight:normal;
	}
ul.mcdropdown_menu>li:hover{
	border-top:1px solid #999;
	background-color:#999!important;
	color:#fff;
	font-weight:normal;
	}
ul.mcdropdown_menu>li:hover.mc_endcol{
	border-bottom:1px solid #999;
	font-weight:normal;
	}
ul.mcdropdown_menu>li:hover+li:not(.mc_firstrow){
	border-top:1px solid #999;
	font-weight:normal;
	}
ul.mcdropdown_menu li.mc_parent{
	padding-right:20px!important;
	background:url(../images/mcdropdown/mcdd_icon_normal.gif) no-repeat 100% 50%;
	font-weight:normal;
	}
ul.mcdropdown_menu li:hover.mc_parent{
	background:#999 url(../images/mcdropdown/mcdd_icon_hover.gif) no-repeat 100% 50%!important;
	color:#fff!important;
	font-weight:normal;
	}
ul.mcdropdown_menu ul{
	background:#f0f0f0;
	border:1px solid #d0d0d0;
	padding-bottom:10px;
	visibility:hidden;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li{
	background:#f0f0f0;
	padding-left:16px!important;
	border-top:1px solid #fff;
	color:#666;
	white-space:nowrap;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li.mc_firstrow{
	border-top:1px solid #f0f0f0;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li.mc_endcol{
	border-bottom:1px solid #fff;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li:hover{
	background-color:#d6d6d6;
	border-top:1px solid #dedede;
	color:#666;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li.mc_endcol:hover{
	border-bottom:1px solid #dedede;
	font-weight:normal;
	}
ul.mcdropdown_menu ul li:hover+li:not(.mc_firstrow){
	border-top:1px solid #dedede;
	font-weight:normal;
	}
div.mcdropdown_shadow{
	display:none;
	position:absolute;
	margin:3px 0 0 3px;
	background:#000;
	filter:alpha(opacity=33);
	font-weight:normal;
	}
html>body div.mcdropdown_shadow{
	margin:5px 0 0 5px;
	padding:5px 0 0 5px;
	background:transparent url(../images/mcdropdown/shadow.png) right bottom no-repeat!important;
	filter:none;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete{
	display:block;
	position:absolute;
	height:auto;
	max-height:210px;
	overflow-x:hidden;
	overflow-y:auto;
	clear:both;
	padding:5px 10px;
	background-color:#e1e0e0;
	z-index:10000;
	margin:0;
	list-style-type:none;
	width:392px;
	font:11px Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete ul{
	display:none;
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete ul li{
	margin:0;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete li{
	display:block;
	font:11px Arial,Helvetica,sans-serif;
	cursor:pointer;
	white-space:nowrap;
	color:#666;
	border-top:1px solid #fff;
	padding:2px 26px 2px 6px;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete li.mc_endcol{
	border-bottom:1px solid #fff;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete li.mc_parent{
	padding-right:20px!important;
	background:url(../images/mcdropdown/mcdd_icon_normal.gif) no-repeat 100% 50%;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete li.mc_hover{
	border-top:1px solid #999;
	background-color:#999!important;
	color:#fff;
	font-weight:normal;
	}
ul.mcdropdown_autocomplete li.mc_hover_parent{
	background:#999 url(../images/mcdropdown/mcdd_icon_hover.gif) no-repeat 100% 50%!important;
	color:#fff!important;
	font-weight:normal;
	}
	
	