.toggleMenu { display: none; line-height: 45px; padding: 0px; font-size: 14px; text-transform: uppercase; color: #1C6297; 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: 9em; padding: 0px; margin: 0px; }
.nav a { color: #1C6297; line-height: 40px; text-decoration: none; font-size: 16px; font-weight:600;  text-transform: uppercase; padding: 10px 20px;  }

.nav li { position: relative;   }
.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 { background: #1C6297; color:#fff; }
.nav li li a:hover {  }
ul.nav li:hover a {   }
ul.nav li li a:hover { }


@media screen and (max-width: 780px) {
.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; }
}
