.sbHolder{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 220px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector {
	display: block;overflow: hidden;
	width: 164px; height: 34px;
	position: absolute; left: 0; top: 0;
	line-height: 34px;
	outline: none;	
	text-indent: 10px;
	border: 3px solid #c2c6c9;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #666666;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(select-icons.png) 0 -40px no-repeat;
	display: block;	width: 45px; height: 40px;
	position: absolute; top: 0; right: 0;
	outline: none;	
}
.sbToggle:hover{
	background: url(select-icons.png) 0 -40px no-repeat;
}
.sbToggleOpen{
	background: url(select-icons.png) 0 0 no-repeat;
}
.sbToggleOpen:hover{
	background: url(select-icons.png) 0 0 no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #c2c6c9;
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	width: 168px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #666666;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #666666;
}
.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;
}