.dhtmlselect{
	/*width: 109px;
	height:12;*/
	/*border: none;*/
	position: relative;
	text-indent: 3px;
	cursor: hand;
	cursor: pointer;
	/*background-image: url(../images/ad_search_comboBox.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1BA7BD;
	/*padding-top: 2px;
	padding-bottom: 4px;
	padding-left:1px;
	background-repeat: no-repeat;*/
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	_padding-left:110px;
	position: absolute;
	top:0px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	_margin-top: 18px;
	width: 128px;/*default width of drop down menu*/
	border: 1px solid #1BA7BD;
	border-bottom-width: 0;
	display: none;
	z-index: 5;
	font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background: #ffffff;
	border-bottom: 1px solid #1BA7BD;
	padding: 1px 0;
	text-indent: 5px;
	text-decoration: none;
	color: #1BA7BD;
	padding-top: 3px;
	padding-bottom: 3px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown a:hover{
	background: #1BA7BD;
	color: #ffffff;
}

