
a {text-decoration: none;}
.container {
   
}
.toggleMenu {
    display:  none;
    background: #fff; 
    padding: 10px 15px;
    color: #000;
}
.nav {
    list-style: none; margin:0 auto; width:100%;
     *zoom: 1; padding-left:14px;
     background:none; font-weight:bold; font-size:15px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
   
    color:#888; font-weight:normal; padding:0 17px; text-transform: uppercase; font-size:12px;
    transition: all 200ms linear 0s; /*border: 6px solid #fff;*/
}
.nav a:hover{ background:none; color:#ff5c23;   /*border: 6px solid #ff5c23;*/ transition: all 200ms linear 0s;}

.nav li {
    position: relative; border-right:1px solid #ccc; margin:18px 0 0 0;
}
.nav li:hover{ }
.nav > li {
    float: left; 
   
}
.nav > li > .parent {
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right; margin-right:10px;
}
.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: #222; 
    position: relative;
    z-index:100; width:160px; padding:18px 10px;
    border-bottom: 1px solid #515151;
}
.nav li li li a {
    background: #222 ;
    z-index:200; left:45px;
   border-bottom: 1px solid #515151; border-left: 1px solid #515151;
}
.active{ background:none; color:#000000;}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%; border-bottom:1px solid #8A1219;
    }
    .nav li li .parent {
        background-image: url(../images/nav-icon.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;
    }
.nav{ background:#bd151e; padding-left:0px; border-radius:0px;}
.nav a{ border-bottom:1px solid #8a1219;}
.nav li li a{ background:#000; color:#fff;  border-bottom: 1px solid #3e3e3e; width:auto; padding:8px 10px;}
.nav li li .parent{ background:#000000; color:#fff; border-bottom:1px solid #3E3E3E;}
.nav li li li a{ color:#FFFFFF; background:#6E6E6E; border-bottom:1px solid #3E3E3E; left:0px;}
.nav li li .parent:hover{ background: #FFFFFF; color:#000000;}

}