/* Start of CMSMS style sheet 'Simple_Green_Navigation' */
#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li.currentpage {
	display:block;
	width:192px;
	background:url(images/green/li-on.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:1em;
	text-style:bold;
}


#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/green/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/green/li-on.jpg) top left no-repeat #f2f7e9;
}

/* End of 'Simple_Green_Navigation' */

