@media screen and (max-width: 500px){

    .LeftNav .menu-switch-arrow{
        display: inline-block!important;
        background: url(${v_link("/dfiles/nav_down2.png")})!important;
        width: 20px!important;
        height: 15px!important;
        float: right!important;
        position: absolute!important;
        right: 12px!important;
        top: 11px!important;
        background-size: 100%!important;
    }
    



}

@media screen and (max-width: 500px){
.LeftNav{
        background: #fff;
    }

}
@media screen and (max-width: 500px){
.main-nav-panel .sub-menu{
    position: relative!important;
    top: 0!important;
    display: none;
}


}
@media screen and (max-width: 500px){
    .LeftNav>a{
        width:80%;
    }
}
