.sbHolder {
	position: relative;
	width: 100%;
	text-align:left;
	float:left;
}
.sbHolder a {
	color:#ada182;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display:block;
	border: none;
	color:#ada182;
	width: 100%;
	font-size:12px;
	line-height:17px;
	padding: 5px 15px;
	font-family:  Arial, Helvetica, sans-serif;
	background: url(../images/black40.png) repeat 0 0;
	position:relative;
	outline: none !important;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background:url(../images/select_arrow.png) no-repeat center 0;
	display: block;
	height: 20px;
	outline: none;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	z-index: 100;
}
.sbOptions {
	background: #000;
	list-style: none;
	left:0;
	padding: 0 0 5px;
	position: absolute;
	top: 27px !important;
	width: 100%;
	z-index: 100000;
	overflow-y: auto;
	text-align:left;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions a {
	font-size:12px;
	border-top: 1px dashed #000;
	display: block;
	outline: none;
	padding: 7px 0 7px 8px;
	color:#ada182 !important;
}
.sbOptions li:first-child a {
	border:none;
}
.sbOptions a:link, .sbOptions a:visited {
	text-decoration: none;
}
.sbOptions li.last a {
	border-bottom: none;
}
