.menu{ width: auto; float: right; margin-top: 15px; margin-right: auto; margin-bottom: auto; margin-left: auto; }
.toggleMenu { display: none; line-height: 45px; padding: 0px; font-size: 14px; text-transform: uppercase; color: #666; width: 100%; text-indent: 20px; background-image: url(../img/1.png); background-position: center right; background-repeat: no-repeat; text-decoration: none; font-weight:800; }
.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: 9em; padding: 0px; margin: 0px; }
.nav a { color: #333; line-height: 40px; text-decoration: none; font-size: 17px; text-transform: uppercase; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px; font-weight: 800; }
.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: 30px; 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 {  }
.nav li li a:hover { }
ul.nav li:hover a {  }
ul.nav li li a:hover { }


 @media screen and (max-width: 780px) {
.menu{ margin: 0px auto; width:100%; }
.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; }
.nav a { line-height: 40px; font-size:14px;}
}
