@CHARSET "UTF-8";
.sbHolder{
	font:normal 11px 'effraregular', Arial, sans-serif;
	height: 23px;
	position: relative;
	width: 100px;
/*	background:url('/sites/all/themes/yume/images/topnav/topRoundRight.png') top left no-repeat;*/
	color:#fff;
	float:left;
	outline:none;
	text-transform:uppercase;
	
}
.sbHolder.sbHolderOpen:hover{
	background:url('/sites/all/themes/yume/images/topnav/topMenuHoverBG.png') !important;
		border-radius:	5px 5px 0px 0px;
	}
.sbHolder:hover{
	border-radius:	5px 5px 0px 0px;
		background:url('/sites/all/themes/yume/images/topnav/topMenuHoverBG.png') !important;
	color:#fff;
}

.sbSelector{
	display: block;
	height: 23px;
	left: 2px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100px;
	background:none;
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#a7a9ac;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url('/sites/all/themes/yume/images/topnav/select-icons.png') 0 -116px no-repeat;
	display: block;
	height: 23px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	
}
.sbToggle:hover{
	background: url('/sites/all/themes/yume/images/topnav/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url('/sites/all/themes/yume/images/topnav/select-icons.png') 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url('/sites/all/themes/yume/images/topnav/select-icons.png') 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbHolder:hover .sbOptions{
	background:url('/sites/all/themes/yume/images/topnav/topMenuHoverBG.png');
	}
 .sbOptions{
	list-style: none;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 120px;
	z-index: 1;
	overflow-y: auto;
		border-radius:	0px 5px 5px 5px;
			padding: 10px 10px 10px 0;
			text-transform: none;
font-size: 13px;

}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 5px 5px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #fff;
	text-decoration: none;
	background:none;
}
.sbOptions a.sbFocus{
	color: #fff;
}

.sbOptions a:hover,
.sbOptions a:focus{
	color: #282828;
		background:none;
}

.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;
}