@CHARSET "UTF-8";
.sbHolder{
	font-family: "Georgia",Times New Roman,Times,serif;
	font-size: 15px;
	height: 38px;
	position: relative;
	width: 380px;
}
.sbHolder:focus{
	outline: 0 none;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
	background: #FFF;
	color: #01224d;
	display: block;
	height: 38px;
	letter-spacing: 0.1em;
	line-height: 38px;
	outline: none;
	overflow: hidden;
	text-align: left;
	text-indent: 12px;
	text-transform: uppercase;
	width: 342px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #01224d;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: #FFF url(../images/arrow_down2.png) 16px 17px no-repeat;
	display: block;
	float: right;
	height: 38px;
	outline: none;
	width: 38px;
}
.sbToggle:hover{
	background: #FFF url(../images/arrow_down2.png) 16px 17px no-repeat;
}
.sbToggleOpen{
	background: #FFF url(../images/arrow_down2.png) 16px 17px no-repeat;
}
.sbToggleOpen:hover{
	background: #FFF url(../images/arrow_down2.png) 16px 17px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #FFF;
	left: 0;
	list-style: none;
	margin: -2px 0 0 0;
	min-height: 180px;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	width: 342px;
	z-index: 20;
}
.sbOptions li{
	padding: 0;
	text-align: left;
}
.sbOptions a{
	display: block;
	letter-spacing: normal;
	outline: none;
	padding: 12px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #01224d;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #FFF;
	background: #01224d;
}
.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;
}