body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    
}
.toggleMenu {
    display:  none;
    background: #ccc;
    padding: 10px 15px;    
    font-size: 15px;    
    
}
#sotr
{
    font-size: 17px;
}
.nav {
    list-style: none;
     *zoom: 1;
     font-size: 15px;
     font-weight:bold;   
     
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
   
}
.test > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)
{
 border-top: 3px solid #ffcc00;
}
#sotr > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)
{
 border-top: 3px solid #ffcc00;
}
#sotr > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)
{
 border-top: 3px solid #ffcc00;
}
#sotr > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)
{
 border-top: 3px solid #ffcc00;
}
#sotr > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)
{
 border-top: 3px solid #ffcc00;
}
.nav a {
    padding: 10px 25px;
    color:#fff;
}
.nav li {
    position: relative;
    
}
.nav > li {
    float: left;
    border-top: 1px solid #104336;
  color:#fff;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav li li .parent {
        background-image: url("images/Arrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    z-index: 1200;  

}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 163%;
    top: 0%;    
}
.nav li li a {
    display: block;
    background: #065732;
    position: relative;
    z-index:100;
    border-top: 1px solid #a5a4a4;    
width: 200px;
font-size: 14px;
font-weight: normal;
color: #fff !important;


}
.nav li li li a {
    background:#065732;
    z-index:200;
    border-top: 1px solid #fff; 
    border-left: 1px solid #fff;   
   color: #fff !important;


}

@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;
    }
    .nav li li.hover ul {   
    margin-left: 0px;
}

}