.sbHolder{
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 180px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 180px;
	border: 1px solid #f7f7f7;
}
#topright .sbSelector:link, #topright .sbSelector:visited, #topright .sbSelector:hover{
	color: #303438;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../../images/selectbox-icon.gif) center no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../../images/selectbox-icon.gif) center no-repeat;
}
.sbToggleOpen{
	background: url(../../images/selectbox-icon.gif) center no-repeat;
}
.sbToggleOpen:hover{
	background: url(../../images/selectbox-icon.gif) center no-repeat;
}
.sbHolderDisabled{
	background-color: #F8F6F6;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: white;
	border: 1px solid #f7f7f7;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px !important;
	width: 180px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0px !important;
	height: auto !important;
}
.sbOptions a{
	border-bottom: 1px solid #f7f7f7;
	display: block;
	outline: none;
	padding: 0 0 0 10px;
}
#topright .sbOptions a:link,
#topright .sbOptions a:visited{
	color: #303438;
	text-decoration: none;
	font-size: 15px;
	font-family: MyriadWeb, Arial, Helvetica, Geneva, sans-serif;
}
.sbOptions a:hover{
	color: #EBB52D;
	background: #ffc425;
}
.sbOptions li.last a{
	border-bottom: none;
}