#menubar {
}
.toggleMenu {
	background: rgba(0, 0, 0, 1) url("../images/nav.png") no-repeat scroll 0 center;
	color: #fff;
	display: none;
	float: left;
	height: 45px;
	left: 0;
	position:fixed;
	top: 0;
	width: 15%;
	z-index: 9999;
}
.toggleMenu:hover {
	color: #fff;
}
.nav {
	list-style: none;
	padding-left:90px;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
	padding-left:0;
}
.nav a {
	padding:0 15px;
	color:#fff;
	font: 400 17px/46px "Lato";
	text-align: center;
	border-bottom:5px solid #02216f;
	background:url(../images/menu-a-bg.png) repeat-x left bottom;
	transition: all 0.3s ease 0s;
	text-decoration:none;
}

.nav li a.active {
	border-bottom:5px solid #fff;
}
.nav a:hover, .nav a.active:hover {
	background:url(../images/menu-a-bg.png) repeat-x left top;
	text-decoration:none;
	color:#02216f;
	border-bottom:5px solid #bc1212;
}
.nav li {
	position: relative;
	margin-right:5px;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	padding:10px 11px;
	min-width:200px;
	border-bottom:1px dashed #ccc;
	background:url(../images/red_grainy.png) repeat left top;
	border-bottom: 1px dotted #333;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	border-radius:0px;
}
.nav li li a:hover {
	text-decoration:none;
}
.nav li li li a {
	z-index:200;
}

 @media screen and (max-width: 1040px) {
.nav {
	
	padding-left:0;
}	 
	 
	 
	 
	 }
 @media screen and (max-width: 848px) {
 .active {
 display: block;
}
 .nav {
 list-style: none;
 position:relative;
 z-index:9999;
 background:#230000;
}
 .nav > li {
 float: none;
}
 .nav > li > .parent {
 background-position: 95% 50%;
}
 .nav ul {
 display: block;
 width: 100%;
}
 .nav > li.hover > ul, .nav li li.hover ul {
 position: static;
}


.nav a, .nav a:hover {

	border-bottom:1px solid #042c92;
	border-top:1px solid #011443;
	background:#02216f;
	color:#FFF;
	
	
}

.nav li a.active {
		background:#fff;
	
	color:#02216f;
	border-bottom:5px solid #bc1212;
}

























}
