<!-- This is all sidebar menu CSS -->

img {
	border: 0px;
}
.floatLeft {
	float: left;
}
div.menubg {
	clear: left;
	width: 180px;
	height: 324px; /* Overall height of the menu background (not including shadow images above and below) */
	/* ADD OR SUBTRACT 42px FROM HEIGHT IF ADDING OR SUBTRACTING LINKS */
	background-color: #f0f0e8;
}
.menu {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 180px;
	text-align: left;
	font: bold 13px "Trebuchet MS", "Arial MT", Arial, sans serif; /* Menu font settings */
	border: 0px solid #FF0000; /* FOR TESTING */
}
.menu ul {
	margin: 0;
	padding: 0;
	width: 180px;
}
.menu li {
	margin: 0;
	padding: 5px 0 3px 0; /* Padding above and below text link */
	width: 180px;
	text-align: center;
	list-style: none;
	/* line-height: 1em; */
	border: 0px solid #FF0000; /* FOR TESTING */
}
.menu li.wrap {
	margin-bottom: 24px; /* Multi line setting */
}
.menu li.single {
	margin-bottom: 0;
}
.menu li a.lastitem {
	background: none;
}
.menu a, .menu a:visited {
	width: 180px;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block; /* Setting to "inline" removes additional spacing below single line items */;
	color: #9c5708;
	text-decoration: none;
	background: white url(../images/sidemenu/navback.gif) repeat-x bottom left;
	border: 0px solid #FF0000; /* FOR TESTING */
}
* html .menu a, .menu a:visited {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 34px;
	position: relative;
	display: block; /* Setting to "inline" removes additional spacing below single line items */
	color: #9c5708;
	text-decoration: none;
	background: white url(../images/sidemenu/navback.gif) repeat-x bottom left;
}
.menu a:hover, .menu a:active {
	/* background: url(../images/sidemenu/navback2.gif); */
	text-decoration: none;
	color: #b8bc98;
}
.menu li.selected a, .menu li.selected a:visited {
	background: white url(../images/sidemenu/navback.gif) repeat-x bottom left;
	text-decoration: none;
	color: #b8bc98;
}
.navBottom {
	clear: left;
}