#custom_select {
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-left: -2px;
}
#custom_select div{
	float: left;
}
#custom_select img {
	border: 0px;
}
#custom_select #select_first {
	background: url(../../images/select_images/bg_first_select.gif) no-repeat;
	width: 225px;
	float: left;
}
#custom_select span {
	display: block;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
}
#custom_select a {
	display: block;
	float: right;
}
#first_options{
	display: none;
	position: absolute;
	margin-top: 25px;
	background: url(../../images/select_images/bg_select.gif) no-repeat bottom left;
	height: 70px;
	padding: 3px 0px 0px 0px;
	width:225px;
	text-align:left;
}
#first_options a{
	display: block;
	float: left;
	margin: 0px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	padding: 4px 0px 0px 7px;
	margin-left: 2px;
	color:#333333;
	width: 212px;
	text-decoration: none;
}
#first_options a:hover{
	background-color: #D6D6D6;
}
