body, nav, ul, li, a  {margin: 0; padding: 0;}

.toggleMenu {
    display:  none;
    background-color: #333 !important;
    padding: 0px 0px;
    color: #fff; width:100%; line-height:40px; padding-left:10px;font-family: 'Lato', sans-serif; font-size:20px; font-weight:600;background:url(../images/nav.png) no-repeat 97% center
}
a .toggleMenu {
    display:  none;
    background-color: #333;
    padding: 0px 0px;
    color: #fff; width:100%; line-height:40px; padding-left:10px;font-family: 'Lato', sans-serif; font-size:20px; font-weight:600; text-decoration:none; background:url(../images/nav.png) no-repeat 97% center
}
.nav {
    list-style: none;
     *zoom: 1; background-color:transparent
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 0px 20px;
    color:#f7d1d2; border-left:1px solid #cc0910; 
}
.nav a:hover {
    padding: 0px 20px;
    color:#d51920;
	background-color:#fff
}
.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;font-family: 'Oxygen', sans-serif; font-size:14px; font-weight:700; color:#fff; line-height:78px
}
.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;
}
.nav li li li a {
    z-index:200; background-color:transparent
}

@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: 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;
    }

}