.dhtmlselect{ /*style of DHTML Select Menu, main box */
	/*width: 100px; default  width of main box */
	border-top: 1px solid #c5a923;
	border-left: 1px solid #c5a923;
	border-bottom: 1px solid #c5a923;
	position: relative;
	text-indent: 7px;
	padding-top: 3px;
	cursor: default;
	background: #ffffff url(/images/home/bg-input-tripsearch.gif) left bottom repeat-x;
	height: 17px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	position: absolute;
	right: -25px;
	margin: -4px 0px 0px -1px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	border: 1px solid #c5a923;
	display: none;
	z-index: 5;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	background-color: #ffffff;
	border-top: 1px solid #f5f5f5;
	padding: 4px 0px;
	text-decoration: none;
	color: #999999;
	cursor: default;
	background-color: #f9f9f9;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown a:hover{
	background-color: #f1f1f1;
	text-decoration: underline;
}

* html .dhtmlselect .dropdown a:hover{ /*IE 6 (and below) hack */
	color:#000000;
}
