#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;
	overflow-y: scroll;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #336a82;
    color: #FFF;
}
#pageslide a{
	color: #fff;
	text-decoration: underline;
}
#pageslide a.closeSlideBar{
	float: right;
	color: #FE660D;
	text-transform: uppercase;
	padding: 2px 8px;
	background: #fff;
	border-right: #FE660D 1px solid;
}