.ul{   
    
        display: none;
    width: 133px;
    left:  100%;
    top: 0;
    position: absolute;
    background: #000000;
    line-height: 36px;
    padding: 0;
    opacity: 0.8;}
.li:hover .ul{display: block;}
