body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff !important;  
}
.nav {
    list-style: none;
     *zoom: 1;
   position:relative; z-index:99999; line-height:26px !important;  font-size:13px;  padding:0px; margin-left:30px;  
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;   
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 15em;
}
.nav a {
    padding: 10px 22px !important; 
    text-transform:capitalize !important ;color:#fff !important; 
}

.nav a:hover{ color:#000000;}
 
.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 > a:hover {
    display: block;
	color:#000000 !important; 
}

.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0; 
}
.nav li li.hover ul {
    left: 100%;
    top: 0;  
	background:#095da0 !important;
}
.nav li li a {
    display: block;
     background:#e6e6e6;
    position: relative;
    z-index:100;
     border-top: 1px solid #fff; line-height:20px; color:#333333 !important;
}
.nav li li a:hover {background: #095da0; color:#fff !important;}

.nav li li li a {
    background:#e6e6e6;
    z-index:200;
    border-top: 1px solid #fff; color:#333333 !important;
}

.nav li li li a:hover { background: #095da0; color:#fff !important;}

@media screen and (max-width: 768px) {
   
   
    .active {
        display: block; color:#fff;
    }
    .nav > li {
        float: none; line-height:20px; background:#2e4d84;
    }
    .nav > li > .parent {
        background-position: 95% 50%;  color:#fff !important;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%; background:#163469; border-top:1px solid #091f45;
    }
    .nav ul {
        display: block;
        width: 100%; background:#091f45;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; background:#091f45;
    }

}