@CHARSET "UTF-8";
body.home .sbHolder{
	position: relative;
	width:92px;
	height:30px;
	background-color: #286878;
	border:none;
	color:#ffffff;
	font-size:16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	line-height:30px;
	float:left;
	border-radius:6px;
}
body.home .sbHolder:focus .sbSelector{
	
}
body.home .sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 16px;
	top: 0;
	width: 70px;
}
body.home .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ffffff !important;
	outline: none;
	text-decoration: none;
}
body.home .sbToggle{
	background: url(../images/selectdropdownarrowwhite.png) no-repeat left 10px;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width:22px;
}
/*.sbToggleOpen{
	background: url(../images/bluedropdownarrow.png) no-repeat center center;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}*/
body.home .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
body.home .sbHolderDisabled .sbHolder{
	
}
body.home .sbHolderDisabled .sbToggle{
	
}
body.home .sbOptions{
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 1;
	overflow-y: auto;
	width:100px;
	background-color: #286878;
	padding-left:16px;
	color:#ffffff;
	font-size:16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	line-height:30px;
	border-radius:6px;
}
body.home .sbOptions li{
	
}
body.home .sbOptions a{
	display: block;
	outline: none;
}
body.home .sbOptions a:link, .sbOptions a:visited{
	color: #ffffff;
	text-decoration: none;
}
body.home .sbOptions a:hover,
body.home .sbOptions a:focus,
body.home .sbOptions a.sbFocus{
	color: #EBB52D;
}
body.home .sbOptions li.last a{
	border-bottom: none;
}
body.home .sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
body.home .sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
body.home .sbOptions .sbSub{
	padding-left: 17px;
}