@CHARSET "UTF-8";
.sbHolder {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	position:relative;
	width: 130px;
	display: block;
	float: left;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 26px;
	line-height: 28px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100px;
	text-transform: uppercase;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #646464;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/page_news/selectIcons.png)center center no-repeat;
	display: block;
	height: 26px;
	width: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
}
.sbToggle:hover {
	background: url(../images/page_news/selectIcons_hover.png) center no-repeat;
}
.sbToggleOpen {
	background: url(../images/page_news/selectIcons_open.png) center no-repeat;
}
.sbToggleOpen:hover {
	background: url(../images/page_news/selectIcons_openhover.png) center no-repeat;
}
.sbHolderDisabled {
	background-color: #FFF;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
ul.sbOptions {
	text-transform: uppercase;
	background-color: #646464;
	list-style: none;
	margin: 0!important;
	padding: 0 0 1px 0;
	position: absolute;
	top: 26px;
	width: 130px;
	z-index: 9999;
}
.sbOptions li {
	border-top: solid 1px #8F8F8F;
	width: 130px!important;
	min-height: 26px!important;
	padding: 0 0 0 0;
	margin: 0!important;
}
.sbOptions a {
	display: block;
	outline: none;
	height: 26px;
	line-height: 28px;
	padding: 0 0 0 10px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #CFCFCF;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	background-color: #4D4D4D;
	color: #C9C9C9;
}
.sbOptions li:last-child a {
	border-bottom: none;
}
