.nav, .nav  ul, .nav  li, a  {margin: 0; padding: 0;z-index:2;}
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
	width:100%;
	height:1px;
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #000912;
}
.nav {
    list-style: none;
     *zoom: 1;
     /*background:#175e4c;*/
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 11em;
    border:solid 1px;
     box-shadow: 5px 5px 5px rgba(122,122,122,0.5);
}
.nav a {
    padding: 6px 15px;
    color:#000912;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}

.nav > li:hover{
    background:#f6a51b;
}

.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;
    transform: scale(0);
    opacity:0.2;
}
.nav > li.hover > ul {
    transform: scale(1);
    opacity:1;
    transition: 0.05s;
    z-index:1;
    margin-top:0px;
}


.nav li li.hover ul {
    left: -100%;
    top: 0;
        transform: scale(1);
    opacity:1;
    transition: 0.1s;
}
.nav li li a {
    display: block;
    background: #bbb;
    position: relative;
    z-index:100;
    border-top: 1px solid  white;
    color:balck;
    font-size:14px;
}
.nav ul{border-bottom:solid 1px white;}

.nav li li a:hover {
    background: #f8c73d;
}

.nav li li li a {
    background:#ccc;
    z-index:200;
    border-top: 1px solid white;
}



@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        background: #eee;
    }
    .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;
    }
.munline{display:none;}
.munlined{display:none;}
}

#menucor{position:absolute;width:100%;height:100%;z-index:100;}

.nav ul {
    border-bottom:solid 1px;
}


.nav>ul {
display:none;
}