.nav-slide
{
    position: fixed;
    top:500px;
    left: -200px;
    width: 200px;
    background: #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom-right-radius: 5px; z-index: 999;
}
.btn-slide
{
    position: absolute;
    top: 0;
    right: -32px;
    width: 30px;
    height: 30px;
    padding: 6px 10px 10px 10px;
    background: #a30e19;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.head-slide
{
    position: relative;
    top: 0;
    left: 0;
    width: 180px;
    height: 35px;
    padding: 10px;
    margin: 0;
    background: #000;
    color: #FFF;
    cursor: pointer;
}
.nav
{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #CCC;
    border-bottom-right-radius: 5px;
}
.nav li
{
}
.nav li a
{
    display: block;
    padding: 5px 0 5px 10px;
}
.nav li a:hover
{
    text-decoration: none;
    background: #AAA;
    color: #FFF;
}
.nav-body:last-child .nav li:last-child a
{
    border-bottom-right-radius: 5px;
}
