#navCategory {
    position: fixed;
    right: 5px;
    top: 120px;
    list-style: none;
    z-index: 99999;
}

#navCategory > #mylist {
    position: absolute;
    background-color: orange;
    width: 32px;
    left: -32px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    opacity: 0.8;
    
}

#navCategory > #myul {
    background-color: bule;
    height: 400px;
    width: 300px;
    padding-top: 5px;
    overflow: anto;
    display: none;
}

#navCategory ul, #navCategory li {
    list-style: none !important;
    margin: 5px !important;
    padding-right:12px;
}