@CHARSET "UTF-8";
.sbHolder{
	font-size: 12px;
	height: 30px;
	position: relative;
	float:left;
	margin:20px 0 0 10px;
	border-radius:2px;
	background: #E9E9E9;
}

.sbSelector{
	position: relative;
	float:left;
	margin:0;
	width: 200px;
	height: 30px;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	text-indent: 10px;
	padding:0;
	color:black;
	text-decoration:none;
	display: block;
}

.sbToggle{
	background:url(../img/but-menu-arrow.jpg) no-repeat;
	display: block;
	height: 20px;
	outline: none;
	position:relative;
	float:right;
	margin:10px 10px 0 0;
	width: 20px;
}

.sbOptions{
	position:absolute;
	padding:0;
	background-color: #0A2969;
	border: solid 1px #515151;
	list-style: none;
	left: 0;
	margin: 0;
	z-index: 1;
	max-height: 389px !important;
	overflow-y: auto;
	overflow-x: hidden;
}


.cmeniumijl ul li:first-child{
	display:none;
}

.sbOptions li{
	margin:0 0 0 5px;
	padding: 0;
	width: 223px;
	text-align: left;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 7px 7px 7px;
}
.sbOptions a{
	color: #818995;
	text-decoration: none;
}
.sbOptions a:hover{
	color: white;
}
.sbOptions li.last a{
	border-bottom: none;
}


