@charset "utf-8";
/* CSS Document */

.narrow {
	width: 8%!important;
}
#nav {
	width: 100%;
	font-family: 'Verdana', sans-serif;
	font-weight: 700;
	position: fixed;
	background-color: #333333;
	font-size: .9em;
	letter-spacing:0.5px;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style:none;
}
#nav li a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
#nav li a:active {
	background-color: #e15a1f !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 5px solid transparent; /* Arrowhead */
	border-top-color: #FFFFFF;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -5px; /* Arrowhead position */
	top: 2px; /* Arrowhead position */
}
/* first level */

#nav > ul {
	height: 45px;
	background-color: #333333;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#nav > ul > li {
	width: 11%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	line-height: 300%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #FF9900;
	color: #FFF;
}
/* second level */

#nav li ul {
	background-color: #FF9900;
	display: none;
	position: absolute;
	top: 100%;
	color: #FFF;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: 0px;
}
#nav li ul a {
	border-top: 1px solid #fff;
	padding: 10px; /* 15 (20) */
	font-weight: 400;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #e15a1f;
}

/*Styles for screens 1024px or less*/
@media screen and (max-width: 1024px) {
.narrow {width: 6.5%!important;}
#nav {width: 100%; margin: 0; font-weight: 400; font-size:0.75em;}
#nav > ul {height: 35px;}
#nav > ul > li {width: 12%;}
#nav > ul > li > a {line-height: 300%;text-align: center;}
#nav span:after {right: -2px;}/* Arrowhead position */
}

/*Styles for screens 768px or less*/
@media screen and (max-width: 960px) {
.narrow	{
width:100%!important;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
}
#nav > a {
	width: 50px;
	height: 50px;
	text-align: left;
	text-indent: 50px;
	position: relative;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;

}

#nav > a .mobile-menu-header	{
	font-size: 1.6em;
	font-weight: 400;
	line-height: 250%;
}

#nav ul li a {
	font-size:1.5em!important;
}

#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 20%;
	content: '';
}
#nav > a:after {
	top: 55%;
}

#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}

#nav span:after {right: -4px; /* Arrowhead position */}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: none;
}
/* second level */

#nav li ul {
	position: static;
	padding: 0px;
	padding-top: 0;
}
}
