#Hamburger {
    height: 100%;
    width: 0px;
    position: absolute;
    background-color: #C0C0C0;
    z-index: 1;
    # top: 300px;
    left : 0;
    overflow-x: hidden;
    padding-top: 32px;
    transition: .2s;
}

.lmover {
    background-color: #C0C0C0;
    line-height: 2;
}

.lmover:hover {
    background-color: #FFFFFF;
}

li.lmover {
    background-color: #C0C0C0;
    line-height: 2;
}

