@CHARSET "UTF-8";
.sbHolder{
	border: solid 1px #78bfd0;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 266px;
	background: #e5e5e5 url(images/selectbox.jpg) repeat-x 0 0; 
	margin: 0 auto;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 17px;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	top: 0;
	width: 195px;
	font-size: 16px; 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #4e4e4e;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(images/selectbox-arrow.png) no-repeat 0 0; 
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 39px;
	font-size: 0; line-height: 0; text-indent: -4000px; 
}
.sbToggle:hover{
	
}

.sbOptions{
	background: #f7f7f7;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px !important;
	width: 266px;
	z-index: 1;
	overflow: hidden;
	max-height: 9999px !important;
	-webkit-box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.25);
}
 
.sbOptions li{
}
.sbOptions a {
	font-size: 16px; 
	font-family: 'whitney_htf_semi', sans-serif; 
	display: block;
	outline: none;
	padding: 2px 17px; 
	
}
.sbOptions a:link, .sbOptions a:visited{
	color: #7c7c7c;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background: #276ba4 ; 
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}