#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /*  Specify the width of your pageslide here */
    width: 260px;


    /* These styles are optional, and describe how the pageslide will look */
    background-color: #222;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #111;
    -moz-shadow: inset 0 0 5px 5px #111;
    box-shadow: inset 0 0 5px 5px #111;
}


ul#left_nav { display:none; list-style:none;}


.open {
    /* float: left;*/
    position: absolute;
    top:0; left:0;

    width: 44px;
    height:44px;
    /*margin-right: 10px;*/
    background: url(menu.png) center center no-repeat ;
    text-indent: -999999px;
    border: 0;

    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}


#pageslide { width: 180px; overflow:scroll; }

#pageslide #left_nav li {  border-bottom: 1px solid #444; }
#pageslide #left_nav li a { display:block; padding: 10px; color: #FFF; border: none; text-decoration:none; }


#pageslide #left_nav li>ul{ list-style:none; padding-left:26px;  background-color: #b193b2; }
#pageslide #left_nav li>ul>li{  padding: 5px 0;  border: none;font-size:14px;}
#pageslide #left_nav li>ul>li>a{ padding:inherit;  font-size:14px; color:#fff;}




