@CHARSET "UTF-8";

select{ display:none; }

.sbHolder{
	/*background-color: #2d2d2d;
	border: solid 1px #515151;*/
	float: right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 28px;
	position: relative;
	width:153px;
	margin:9px 10px 0 0;
	padding-bottom:6px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block !important;
	height: 30px !important;
	left: 0;
	line-height: 28px;
	outline: none !important;
	overflow: hidden;
	position: absolute;
	text-indent:15px;
	top: 0;
	width: 112px;
	padding: 0 !important;
	margin: 0 !important;
	background:url(../imagens/sbselector-home.png) no-repeat !important;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #597998;
	font-size:12px;
	font-style:italic;
	outline: none;
	height:30px;
	text-decoration: none !important;
}
.sbToggle{
	background:url(../imagens/sbtoggle.png) no-repeat center top !important;
	display: block !important;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	width: 35px;
}
.sbToggle:hover{
	background: url(../imagens/sbtoggle.png) no-repeat center bottom !important;
}
/*.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background:url(../imagens/sboptions-home.png) no-repeat;
	list-style: none;
	left: 0px;
	margin: 6px 0 0 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 154px;
	height:91px;
	z-index: 1;
	overflow-y: auto;
	overflow-x:hidden;
	border: none;
}
/*.sbOptions li{
	padding: 0 7px;
}*/
.sbOptions a{
	display: block;
	outline: none;
	width: 152px;
	height: 30px;
	line-height: 30px;
	padding: 0 !important;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #597998;
	font-size:14px;
	text-indent: 12px;
	text-decoration: none !important;
	margin:auto;
	width:152px;
	background: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff;
	background: #0a7717;
}

.sbOptions li:first-child a:hover{border-top-left-radius: 4px; border-top-right-radius: 4px;}

.sbOptions li:last-child a:hover{border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}

.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;
}