
.dhtmlselect{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: 0px solid black;
	position: relative;
	text-indent: 1px;
	padding: 1px 5px;
	cursor: hand;
	cursor: pointer;
	/*background-color: #ffffff;*/
	/*text-align: center;*/
	vertical-align: text-top;
	z-index: auto;
	color:#f8971d;
		
}

.dhtmlselect a:hover{
	color:#f8971d;
	text-decoration:none;
	font-weight: bold;


}
.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu -25px
position: absolute;
right: 75px;*/
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
/*width: 180px; default width of drop down menu*/
border: 1px solid #d3d3d3;
border-bottom-width: 1;
display: none;
z-index: auto;
text-align: left;
color:#f8971d;
top:0;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background-color: #ffffff;
	border-bottom: 0px solid #d3d3d3;
	padding: 1px 0;
	text-indent: 5px;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	color:#717073;
	top:0;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
	text-decoration: none;
	color:#f8971d;

}

.dhtmlselect_comm {
	color:#f8971d;
	text-decoration:none;
	font-weight: bold;
	
	}
.dhtmlselect_nocomm{
	color:#717073;
	text-decoration:none;
	font-weight: bold;
}
