@CHARSET "UTF-8";
.sbHolder{
	border:solid 1px #cccccc;height:34px; line-height:34px; width:180px;float:left;background:#fff;position:relative; cursor:pointer;
}
.sbHolder:hover,.sbHolder:hover .sbOptions{ border-color: #f90;}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555555;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:url(../images/icon.png) left -1000px no-repeat;width:19px;height:19px;overflow:hidden;display:inline-block;float:right;margin:8px 6px 0 0;
}
.sbHolder:hover .sbToggle{
	background:url(../images/icon.png) -35px -1000px no-repeat;
}

.sbOptions{
	background: #fff;
	border: solid 1px #ccc;
	border-top: none;
	left: -1px;
	position: absolute;
	top: 46px;
	width: 180px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{ height: 24px; line-height: 24px;}
.sbOptions a{
	display: block;
	line-height: 24px;
	height: 24px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #555;
	text-decoration: none;
	padding: 0 7px;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	background:#0077a2;color:#fff;
}
.sbOptions .sbSub{
	padding-left: 17px;
}