.toggleMenu {
    background: rgba(0, 0, 0, 0) url("../images/nav.png") no-repeat scroll 0 center;
    color: #fff;
    display: none;
    float: left;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 9999;
}
.toggleMenu:hover {
	color: #fff;
}
.nav {
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
	padding-left:0;
}
.nav a {
	background: rgba(0, 0, 0, 0) url("images/menu_sep.jpg") no-repeat scroll right center;
    color: #fff;
    display: block;
    font: 400 17px/40px "Calibri";
    padding: 0 15px;
    text-shadow: 1px 1px 1px #000;
}
.nav a:hover {
	background: #515788 none repeat scroll 0 0;
	text-decoration:none;
	
}
.nav li a.active {
	background: #515788 none repeat scroll 0 0;
	
}
.nav li {
	position: relative;
	
}
.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: 1020px) {
	 .nav a {
    padding: 0 8px;
    
}
	 
 }
 @media screen and (max-width: 920px) {
 .active {
 display: block;
}
 .nav {
 list-style: none;
 position:relative;
 z-index:9999;
 background:#2f366d;
}
 .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;
}
}
