#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: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

            
            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: 240px; overflow:scroll; }
				
    	        #pageslide #left_nav li {  border-bottom: 1px solid #666; }
    	        #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: #222;border-top: 1px solid #666; }
				#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:#888;}

@media screen and (min-width:769px){
.open{display:none}
}
    	
    	
        
