.sbHolder {
	width: 180px;
	height: 26px;
	position: relative;
	margin: 7px 6px 0 0;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #282828;
	/*background: url(../images/bgDropdownSearch.png) top left no-repeat;*/
	background: url(../images/bgDropdownSearch.png) top left no-repeat;
}
/*
.sbHolder {
	width: 200px;
	height: 45px;
	position: relative;
	margin: 7px 15px 25px 0;
	font-family: 'Droid Sans', arial, helvetica, serif;
	font-size: 16px;
	color: #c6bbbb;
	text-transform: capitalize;
	background: url(http://veilleaction.org/templates/images/homepageConnected/filtersSelectBg.png) top left no-repeat;
}*/
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 166px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	padding: 12px 0 0 10px;
	line-height: 1px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #282828;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	/*background: url(http://veilleaction.org/templates/veilleaction/images/select-icons.png) 0 -116px no-repeat;*/
	width: 166px;
	height: 40px;
	display: block;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbToggle:hover{
	/*width: 200px;
	height: 45px;
	position: absolute;
	z-index: 99999;
	margin-right: 0px;
	background: url(http://veilleaction.org/templates/images/homepageConnected/filtersSelectBg.png) bottom left no-repeat;*/
}
.sbToggleOpen{
	width: 180px;
	height: 26px;
	position: absolute;
	z-index: 99999;
	background: url(../images/bgDropdownSearch.png) top left no-repeat;
}
.sbToggleOpen:hover{
	width: 180px;
	height: 26px;
	position: absolute;
	z-index: 99999;
	background: url(../images/bgDropdownSearch.png) top left no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
ul.sbOptions{
	width: 180px;
	margin: 1px 0 0 0;
	position: absolute;
	z-index: 9999;
	overflow-y: auto;
	list-style: none;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #282828;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
}
.sbOptions li {
	width: 166px;
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #282828;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #EBB52D;
}
.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;
}