.toggleMenu {
    display:  none;
    background: #000;
    padding: 20px;
    color: #fff;
    z-index:9;
    cursor:pointer;
    position:relative;
    height:23px;
    text-align:center;
    font-size:140%;
}
.toggleMenu a{
height:63px;
color: #fff;
}
.toggleMenu a:hover{
height:63px;
color: #fff !important;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#000;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 22px 30px;
    color:#e1e1e1;
    font-size:120%;
    text-decoration:none;
    font-weight:500;

}
.nav a:hover {
    background:#009746;
    color:#fff;
}

.nav li {
    position: relative;
}


.nav li:hover {
    position: relative;
    background:#009746;
}


.nav > li {
    float: left;
    border-top: none;
}
.nav > li > .parent {
    background-image: url("none");
    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;
    background: #009746;
    position: relative;
    z-index:100;
    border-top: none;
    padding:10px 30px;
    width:200px;
    text-shadow: none;
    color:#fff;
    font-size:120%;
}
.nav li li a:hover {
    background:#3e6947;
    color:#fff;
}
.nav li li li a {
    background:#009746;
    z-index:200;
    border-top: none;
    padding:10px 30px;
    width:200px;
    text-shadow: none;
    color:#fff;
    font-size:120%;
}
.nav li li li a:hover {
    background:#3e6947;
    color:#fff;
}


@media screen and (max-width: 1000px) {
.nav a {
    padding: 22px 15px;
    color:#fff;
    font-size:120%;
    text-decoration:none;
    position:relative;
    z-index:10;
}
}
@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: none;
        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 li li a {
    width:auto;
}
.nav li li li a {
    width:auto;
}
}