@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border: solid 1px #EDEAEA;  
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 100%;
} 
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #9C0808;
	outline: none;
	text-decoration: none;
}

.sbToggle{
	background: url(../images/arrow.jpg) 0 0 no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
} 
.sbToggleOpen{
	background: url(../images/arrow.jpg) 0 -30px no-repeat;
}    

.sbOptions{ 
	border: solid 1px #EDEAEA;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1; 
	color: #333333;
	overflow: auto;
}
.sbOptions li{
	/*padding: 0 7px; */
	border-bottom: solid 1px #EDEAEA;
	background: #fff;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 10px 0 10px 3px;
	color: #333 ;
	text-decoration: none !important
}

.sbOptions a:hover{
	color: #ffffff;
	background-color: #357ebd;
}
  
.sbOptions li.last{
	border-bottom: none;
} 