body {
    cursor: url('https://blog-static.cnblogs.com/files/lucas--liu/cat6.ico'), auto;
}

#navigator
{
border:2px solid #a1a1a1;
border-radius:25px;
}

#mainContent
{
border-radius:25px;
}

#main
{
border:2px solid #a1a1a1;
border-radius:25px;
}

#nav_main
{
display:none;
}

#top_nav
{
display:none;
}



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

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

#navCategory > #myul {
    background-color: white;
    height: 400px;
    width: 230px;
    padding-top: 5px;
    overflow: auto;
    display: none;
}

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