.toggleMenu { display: none; line-height: 45px; padding: 0px; font-size: 14px; text-transform: uppercase; color: #fff; width: 100%; text-indent: 20px; background-image: url(../img/1.png); background-position: center right; background-repeat: no-repeat; text-decoration: none; }
.nav { list-style: none;  *zoom: 1;
border: none; padding: 0px; margin: 0px; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav ul { list-style: none; width: auto; padding: 0px; margin: 0px; }
.nav ul.big { list-style: none; width: 300px; padding: 0px; margin: 0px; }
.nav a { color: #fff; line-height: 64px; text-decoration: none; font-size: 13px; text-transform: uppercase; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px;  }
.nav li { position: relative; border-right-width: 1px; border-right-style: solid;  border-right-color: rgba(255,255,255,0.1);  }
.nav > li { float: left; }
.nav > li > .parent { background-image: url("images/downArrow.png"); background-repeat: no-repeat; background-position: right; }
.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; line-height: 40px; text-decoration: none; border-left: 0px; border-right: 0px; }
.nav li li li a { z-index: 200; border-top: 1px solid #ccc; text-decoration: none; }
.nav li a:hover { background: #333; }
.nav li li a:hover {  background-color:#5b6ce5;}
ul.nav li:hover a {  background-color:#5b6ce5; }
ul.nav li li a:hover { background: #202654; }



 @media screen and (max-width: 1024px) {
	 
	 .nav a { color: #fff; line-height: 64px; text-decoration: none; font-size: 13px; text-transform: uppercase; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px;  }
	 
 }
 @media screen and (max-width: 780px) {
 .nav a {  line-height: 34px;  }

.active { display: block; }
.nav > li { float: none; }
.nav > li > .parent { background-position: 95% 50%; }
.nav li li .parent { background-image: url("images/downArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }
.nav ul { display: block; width: 100%; }
.nav > li.hover > ul, .nav li li.hover ul { position: static; }
}
