.styledSelect {
	width: 149px;
	font-size: 11px;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #FFF url(/images/select_bg.gif) top left no-repeat;
	text-align: left;
}
.styledSelect ul {
	list-style: none;
	padding: 1px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #777;
	text-align: left;
}
.styledSelect.open ul {
	border: 1px solid #ebebeb;
	padding: 0px;
	text-align: left;
}
.styledSelect ul li {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 2px 25px 3px 10px;
	display: block;
	cursor: pointer;
	background-image: none;
	text-align: left;
}
.styledSelect.open ul li { background-color: #FFF; }
.styledSelect.open ul li.selected { background-color: #eee; }
.styledSelect.open ul li:hover { background-color: #eee; }
