@CHARSET "UTF-8";
#nav {
	position: absolute;
	width: 260px;
	height: 40px;
	top: 0px;
	right: 110px;
	margin: 0;
}
#nav .sbHolder {
	width: 260px;
	height: 40px;
	top: 0px;
	right: 110px;
	cursor: pointer;
	outline: none;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: background-image 0.3s ease-out;
	-moz-transition: background-image 0.3s ease-out;
	-ms-transition: background-image 0.3s ease-out;
	-o-transition: background-image 0.3s ease-out;
	transition: background-image 0.3s ease-out;
}
#nav .sbHolder:hover {
	background-image: url(../images/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: none;
	border-bottom: none;
	color: white;
}
#nav .sbHolder:focus .sbSelector {
}
#nav .sbSelector {
	display: block;
	height: 40px;
	left: 0;
	right: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	font-size:1px;
	text-indent: -9999px;
	top: 0;
	width: 200px;
	border-top: none;
	border-bottom: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav .sbSelector:link,#nav .sbSelector:visited,#nav .sbSelector:hover {
	color: transparent;
	outline: none;
	text-decoration: none;
}
#nav .sbToggle {
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
#nav .sbToggle:hover {
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
#nav .sbToggleOpen {
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
#nav .sbToggleOpen:hover {
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
#nav .sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
#nav .sbHolderDisabled .sbHolder {
}
#nav .sbHolderDisabled .sbToggle {
}
#nav .sbOptions {
	background-color: #3f3631;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 260px;
	z-index: 1;
	overflow: auto;
}
.sbOptions li {
}
#nav .sbOptions a:link,#nav .sbOptions a:visited {
	display: block;
	width: 230px;
	height: 20px;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #AAAAAA;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#nav .sbOptions a:hover,#nav .sbOptions a:focus,#nav .sbOptions a.sbFocus {
	color: #d1c0a5;
}
#nav .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;
}*/
