#pageslide {
	/* These styles MUST be included. Do not change. */
    display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	/* Specify the width of your pageslide here */
    width: 200px;
	background-color: #F7F7F7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E10915;
}
#gnav ul {
	clear: both;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 5px;
}
#gnav ul li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-image: url(../img/common/menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 4px auto;
	-webkit-background-size: 4px auto;
	-khtml-background-size: 4px auto;
	-moz-background-size: 4px auto;
	-ms-background-size: 4px auto;
	-o-background-size: 4px auto;
	padding-left: 12px;
	font-weight: bold;
}
