#sidebarnav {
	margin:0;
	padding:0;
	}
	
#sidebarnav li {
	border-bottom:1px solid #D9E0E5;
	list-style:none;
	}
	
#sidebarnav li a {
	display:block;
	width:154px;
	height:27px;
	line-height:27px;
	color:#363636;
	padding-left:20px;
	}
	
#sidebarnav li a:hover {
	color:#ea650d;
	text-decoration:none;
	background:#fff url(images/subover.gif);
	}
	
/*
Here are the important page classes for the specific link highlighting.
If you add a page to the list, you'll have to add the extraclass here following this example:

	#sidebarnav.NEWPAGENAMEpage li.NEWPAGENAME a
	
Then on the new page, add your variables like so:

	<!--#set var="subpageclass" value="NEWPAGENAMEpage"-->
	
Then on the list in 'sidebarnav.shtml' where you are adding the link to this new page, do like so:

	<li class="NEWPAGENAME"><a href="#">Whatever text you want to link to the new page</a></li>
	
*/
	
#sidebarnav.overviewpage li.overview a,
#sidebarnav.planonepage li.planone a,
#sidebarnav.comparepage li.compare a,
#sidebarnav.networkpage li.network a,
#sidebarnav.guaranteepage li.guarantee a,
#sidebarnav.testimonialspage li.testimonials a {
	color:#ea650d;
	text-decoration:none;
	background:#fff url(images/subover.gif);
	font-weight:bold;
	}
	
	
	
	
	
	#sidebarnav2 {
	
	margin:0;
	padding:0;
	}
	
#sidebarnav2 li {
    color: #566D7E;
	border-bottom:1px solid #D9E0E5;
   list-style-type:none;
   line-height: 2em;
	}
	
#sidebarnav2 li a {
	display:block;
	width:154px;
	height:27px;
	line-height:27px;
	color:#363636;
	padding-left:20px;
	}
	
#sidebarnav2 li a:hover {
	color:#ea650d;
	text-decoration:none;
	background:#fff url(images/subover.gif);
	}
