#menubar {
}
.toggleMenu {
    background: rgba(0, 0, 0, 0) url("../images/nav.png") no-repeat scroll 0 center;
    color: #fff;
    display: none;
    float: left;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 9999;
}
.toggleMenu:hover {
	color: #fff;
}
.nav {
	list-style: none;
	padding:0;
}
.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 30px;
	color:#fff;
	font: 700 15px/50px Roboto;
	text-align: center;
}
.nav a:hover {
	background:#fff;
	text-decoration:none;
	color:#3f6eb4;
	border-radius:0 0 5px 5px;
	
}
.nav li a.active {
	background:#fff;
	text-decoration:none;
	color:#3f6eb4;
	border-radius:0 0 5px 5px;
}
.nav li {
	position: relative;
	margin-right:3px;
}
.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: 770px) {
	 
	 .nav a:hover {
	border-radius:0 ;
	
}
.nav li a.active {
	border-radius:0 ;
}
.nav li {
	margin-right:0px;
}
	 
.nav li a	 
{border-top:1px solid #2f64b3;
border-top:1px solid #7693be;

}	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
 .active {
 display: block;
}
 .nav {
 list-style: none;
 position:relative;
 z-index:9999;
 background:#3f6eb4;
}
 .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;
}
}
