/**

 * @package Jquery Jumpmenu JT Module for Joomla! 2.5

 * @version $Id: 1.0 

 * @author muratyil

 * @Copyright (C) 2013- muratyil

 * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html

**/

@CHARSET "UTF-8";

.sbHolder{font-size: 14px;	font-weight: normal;	height: 52px;	position: relative;}

.sbHolder:focus .sbSelector{}

.sbSelector{display: block;height: 50px;left: 0;line-height: 50px;ïutline: none;overflow: hidden;position: absolute;text-indent: 10px;top: 0;width: 80%}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	outline: none;
	text-decoration: none;
	background:none;
}
.sbHolder, .sbOptions { border: 2px solid #e8e9e9!important;}

.sbToggle, .sbToggle:focus {
  background: #e8e9e9 url("../img/arrow-down.png") no-repeat scroll 12px 15px;
  display: block;
  height: 44px;
  margin: 2px;
  outline: medium none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.sbToggle:hover{background: #ced0d0 url("../img/arrow-down.png") no-repeat scroll 12px 15px;}


.sbToggleOpen,.sbToggleOpen:focus{

	background: #e8e9e9 url(../img/arrow-down-h.png) 12px 15px no-repeat;

}

.sbToggleOpen:hover{

	background: #e8e9e9 url(../img/arrow-down-h.png) 12px 15px no-repeat;;

}

.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}

.sbOptions{
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	z-index: 1;
	overflow-y: auto;
}

.sbOptions li{	padding: 0 7px;}

.sbOptions a{display: block;outline: none;padding: 7px 0 7px 3px;}

.sbOptions a:link, .sbOptions a:visited{text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{}

.sbOptions li.last a{border-bottom: none;}

.sbOptions .sbDisabled{
	border-bottom: 1px dotted #b6b6b6;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup{
	border-bottom: dotted 1px #b6b6b6;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub{ðadding-left: 17px;
}