#sidecontent .nmenu {
	margin: 6px 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #333;
	font-size: 0.9em;
}
#sidecontent .nmenu li {
	list-style-type: none;

}
#sidecontent .nmenu li a, #sidecontent .nmenu li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 2px 12px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #A2B38F;
	text-decoration: none;
	background-image: url(../images2/sidenav.png);
/*	background-position: 0 0;*/
/*	background-repeat: no-repeat;*/
	background-attachment: fixed;
}
#sidecontent .nmenu li a:hover {
	color: #333333;
	background-color: #FFEA93;
}

#sidecontent .nmenu li ul a {
	color: #FFEA93;
}

#sidecontent .nmenu ul {
	background-image: url(../images2/sidenav_gray.png);
/*	background-position: 0 0;*/
/*	background-repeat: no-repeat;*/
	background-attachment: fixed;
	border-left: 1px solid #000;
/*	border-right: 1px solid #000;*/
}
