*{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
body{
    height: 4000px;background:#eee;
}
.lift-nav{
    position: fixed;
    top: 100px;
    left: 10px;
    display: none;
}
.lift-nav li{
    width: 75px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #6b6b6b;
    padding: 10px 10px;
    /*margin-bottom: 10px;*/
    /*background: skyblue;*/
    cursor: pointer;
    border-top: 1px solid #d4d4d4;
}

.lift-nav li.current{
    background: #2b779a;
    /*border: 1px solid #ede4e4;*/
    color: white;
    border-radius: 30px;
    /*color: #0060aa;*/
}