
p {
  text-indent: 1.em;
  font-size:1.3;
  line-height: 1.7;
}

.nav-slide
{
    position: fixed;
    top: 430px;;
    left: -10px;
    width: 0px;
    background: #CC0;
    border-bottom: 0px solid #000;
    border-right: 0px solid #000;
    border-bottom-right-radius: 5px;
}
.btn-slide
{

}
.head-slide
{
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 22px;
    padding: 10px;
    margin: 0;
   background: #cc158700;
    color: #FFF;
    cursor: pointer;
}
.nav
{
    list-style: none;
    padding: 0;
    margin: 0;
    background: ;
    border-bottom-right-radius: 5px;
}
.nav li
{
}
.nav li a
{
    display: block;
    padding: 5px 0 5px 0px;
}
.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;
}
