/* Need these styles to display the leftnav menu */
/* TODO Need to look into other sites like the WordPress admin site */

.homePagePanel * {
	margin: 0;
}
.homePagePanel .panelBody ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0px solid black;
}
.homePagePanel .panelBody h1 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-left: 10px; /* CHANGE: added to move menu header over a bit */
}
.homePagePanel .panelBody ul li {
	margin-top: 10px;
	margin-left: 0px;
	border: 0px solid black;
}
.homePagePanel .panelBody {
	background: url(${request.contextPath }/images/leftnav_midstretch.png) repeat-y top;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	/* 35px needed to add to align menu options with background image */
}
.homePagePanel .panelBtm {
	background: url(${request.contextPath }/images/leftnav_btm.png) no-repeat top;
	height: 20px;
	margin: 0px;
}
.homePagePanel .panelTop {
	background: url(${request.contextPath }/images/leftnav_top.png) no-repeat top;
	height: 11px;
	margin: 0px;
}
