.sbHolder{
	background-color: white;
	border: solid 1px #cbe79d;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 21px;
	position: relative;
	width: 100%;
}
.sbSelector{
	display: block;
	height: 21px;
	left: 0;
	line-height: 21px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #4b4b4b;
	outline: none;
	text-decoration: none;
}
.sbToggle, .sbToggle:hover, .sbToggleOpen, .sbToggleOpen:hover {
	background-image: url('/content/images/select.gif');
	background-repeat: no-repeat;
}
.sbToggle{
	background-position:0 0;
	display: block;
	height: 21px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
}
.sbToggle:hover{
	background-position:0 -23px;
}
.sbToggleOpen{
	background-position:0 -46px;
}
.sbToggleOpen:hover{
	background-position:0 -69px;
}
.sbHolderDisabled{
	background-color: white;
	border: solid 1px #cbe79d;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: white;
	border: solid 1px #cbe79d;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 21px;
	width: 100%;
	z-index: 1;
	max-height: 210px!important;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;

}
.sbOptions li:hover{
	background-color:#edfcd4;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #4b4b4b;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #2543a0;
}
.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;
}