body{
	width:100%;
}
#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: #005195;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.3);
}

#slide-menu {
            display: none;
            float: left;
            width: 40px;
            height: 30px;
            position:absolute;
			left:-15px;
			top:-35px;
			width:29px;
			height:29px;
			color:#fff;
			text-align:center;
			padding:0;
			border-radius:0 5px 5px 0;line-height:26px;
            background:#0088cc;
        }
		
		#slide-menu:hover{
			text-decoration:none;
		}
        
    	/* Mobile Landscape and Portrait */
    	@media only screen and (max-width: 767px) {
    	    #myTab{ display: none; }
    	    
    	    #slide-menu { display: block; }
    	    #pageslide { width: 200px; }
    	}
   
