﻿ul.betterSelect{
	margin: 8px 0 0 0;
	list-style-type: none;
	width: 204px;
	position: absolute;
	z-index: 3;
}
ul.betterSelect li{
	height: 21px;
	width: 194px;
	padding: 1px 0 0 10px;
	border: 1px  solid #DFDFDF;
	position: relative;
	top: 0;
	z-index: 5;
	background-color: white;
	display: none;
}
ul.betterSelect li:hover{
	background-color: #FBFBFB;
	color: #135884;
}
ul.betterSelect li.selected{
	background: white url('../images/select_bg.png') top left no-repeat;
	display: block;
	border: none;
	position: static;
}
ul.betterSelect.open li.selected{
	background: white url('../images/select_bg_hover.png') top left no-repeat;
}

