@charset "utf-8";
#menuList{ display: none; }
#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:136px;
    padding:6px 6px 6px 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color:#333;
    color:#FFF;
    -webkit-box-shadow:inset 0 0 3px 3px #222;
    -moz-shadow:inset 0 0 3px 3px #222;
    box-shadow:inset 0 0 3px 3px #222;
}
#pageslide li{ height:42px; line-height:42px; padding-left:6px; border-bottom:1px dotted #ccc; }
#pageslide li a{ display:block; color:#fff; text-decoration:none; }
