.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 180px; /*default  width of main box */
border-right:none;
position: relative;
padding: 0;
cursor: hand;
cursor: pointer;
background:url(/pic/bg_select.gif) no-repeat left top;
color:#666666;
height:19px!important;

padding: 0;
height:19px!important;
text-align:left;
margin-bottom:2px;
margin-left:0px;
}
.dhtmlselect span {
	height:16px;
	line-height:14px;
	border:none!important;
	padding:2px 0px 0px 0px !important;
	width:174px;
/*	background: white;*/
	margin:0 0 0 0 !important;
	font-size:10px;
	color:#006082!important;
/*	cursor: hand;
	cursor: pointer;*/
	overflow:hidden;
	float:left;
	white-space:nowrap;
	display:block;
	text-indent:9px;
	font-weight:normal;
}



.n_select .dhtmlselect { width:430px!important; background:url(/pic/bg_select_reg.gif) no-repeat; }
.n_select .dhtmlselect span { width:424px!important; }
.n_select .dhtmlselect .dropdown { width:424px!important; }






.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
float:right;
margin-top:-17px;
margin-left:10px;
margin-bottom:0px;
display:none;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 1px;
width: 176px; /*default width of drop down menu*/
height: 185px;
overflow:auto;
display: none;
z-index: 1000!important;
font-weight: normal;
margin-left:-1px;
padding:0px 0px 0px 4px;
background:white;
border:1px solid #bcbbb5;
margin-top:18px;
top:0px;
}


.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: white;
padding: 3px 0px 3px 4px;
margin-left:-4px;
text-decoration: none;
color: #2560a9;
text-indent:0px;
font-size:9px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: auto;
color: #2560a9;
}

.dhtmlselect .dropdown a:hover{
background: #eaf2fb;
color:black;
text-decoration: none;
}