@CHARSET "UTF-8";
.sbHolder{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 123px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;

	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100px;
	border: none !important;
	padding: 0px !important;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #8B8C83;
	outline: none;
	text-decoration: none;
}
ul.header-menu li a.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 4px;
	width: 30px;
	
	border: none !important;
	padding: 0px !important;
}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #323230 url(../images/val1.png) repeat-x top left;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 123px;
	z-index: 1;
	overflow-y: auto;
-webkit-box-shadow:  1px 1px 1px  #1b1b1b;
        
        box-shadow:  1px 1px 1px  #1b1b1b;
}
.sbOptions li{
	padding: 0 0px;
}
.sbOptions a{
	
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	width: 90px;
height: 26px !important;
line-height: 26px !important;
background: url(../images/val2.png) repeat-x top left;
}

ul.header-menu li  .sbOptions a:hover,
ul.header-menu li  .sbOptions a:focus,
ul.header-menu li  .sbOptions a.sbFocus{
	color: white;
	background-position: bottom left;
}
.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;
}