.lvl__0 .menu {
    height: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 4px;


        ;
    text-align: left;
    min-width: 150px;
    position: absolute;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    opacity: 0;
    top:0px;
    z-index:  11111;

}
.lvl__0{
    position: relative;
}


.lvl__0:hover .menu {
    height: auto;
    opacity: 1;
    top:30px;

}


.lvl__0 .menu a ,.lvl__0 .menu li{
    display: block;
    width:100%;


}

.lvl__0 .menu a ,.lvl__0:hover .menu a{
    padding: 7px 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #202020;  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}.lvl__0 .menu a:hover{
    padding-left: 25px;

}





.lvl__0:after{
    /*  content: "\f0da";*/
    font-family: "FontAwesome";
    color: inherit;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;

}
.lvl__0.act:after{
    /* content: "\f0d7";*/


}