

.container31 {
    width: 90%;
    max-width: 960px;
    margin: 10px auto;
  
    
}
.toggleMenu31 {

    display:  none;
    background: #ccc;
    padding: 10px 15px;
    color: #;
    
}
.nav31 {
    list-style: none;
     *zoom: 1;
     background: #;
     

     
}
.nav31:before,
.nav31:after {
    content: " "; 
    display: table; 
}
.nav31:after {
    clear: both;
}
.nav31 ul {
    list-style: none;
    width: 9em;
   
}
.nav31 a {
    padding: 10px 15px;
    color: #;
}
.nav31 li {
    position: relative;
    

}
.nav31 > li {
    float: left;
    border-top: 1px solid #fff;
    
}
.nav31 > li > .parent {
    background-image: url("../../images/.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav31 > li > a {
    display: block;
}
.nav31 li  ul {
    position: absolute;
    left: -9999px;
}
.nav31 > li.hover > ul {
    left: 0;
}
.nav31 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav31 li li a {
    display: block;
    background: #;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
}
.nav31 li li li a {
    background:#;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav31 > li {
        float: none;
    }
    .nav31 > li > .parent {
        background-position: 95% 50%;
    }
    .nav31 li li .parent {
        background-image: url("../../images/.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav31 ul {
        display: block;
        width: 100%;
    }
   .nav31 > li.hover > ul , .nav31 li li.hover ul {
        position: static;
    }

}
