.sbHolder{
    background-color: #00a63f ;
  font-family:Boing-Bold,'Arial Black',sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    position: relative;
    width: 150px;
	text-align:left;
}
.sbHolder:hover{
    background-color: #00b353;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 120px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #ffffff;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url('../design/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
}
.sbToggle:hover{
    background: url('../design/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url('../design/select-icons.png') 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #ffffff;
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 150px;
    z-index: 1;
    overflow-y: auto;
	line-height:20px;
	border:1px solid #000000;
}
.sbOptions li{
    font-size:16px;
    padding: 0px;
	line-height:24px;
}
.sbOptions a{
    display: block;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
    outline: none;
    padding: 10px 10px 10px 10px;
	font-weight:400;
}
.sbOptions a:link, .sbOptions a:visited{
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #008a32;
	font-weight:700;
	background-color:#f3f3f3;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #008a32;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #008a32;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}