.dhtmlselect{ /*style of DHTML Select Menu, main box */
	width: 64px; /*default  width of main box */
	position: relative;
	text-indent: 3px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	color: #3399CC;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: 0;
	width: 90px;
	border-bottom-width: 0;
	display: none;
	z-index: 5;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	border-bottom: 1px solid black;
	text-indent: 5px;
	text-decoration: none;
	color: black;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
	background-color: #3399CC;
}