.MenuBarVertical {
	margin: 0px;
	font-family:Verdana;
	font-size:11px;
	position:relative;
	float: left;
	height:auto;
	width:200px;
	text-align:left;
	background:url(images/rightbknav.jpg);
}
.MenuBarVertical a {
	margin:0px;	
	padding: 5px;
	font-family:verdana;
	font-size:10px;
	display:block;
	color:#fff;
	/*background-color:#20ABDF;*/
	text-decoration:none;
}
.MenuBarVertical a:hover {
	/*background-color:#C1E8F7;*/
	color:#000;
}
.MenuItemSubmenu  {
	font-family:tahoma;
	font-size:12px;
	display:block;
	padding:3px 2px 3px 8px;
	color:#000;
	/*background-color:#E1F3FB;*/
}
.MenuItemSubmenu a {
/*	background-color:#E1F3FB;*/
	color:#000;
}
.MenuItemSubmenu a:hover {
	font-weight:lighter;
}
/*.MenuBarVertical a:focus {
	color:#fff;
	font-weight:bold;
}*/
.MenuItemSubmenu .active a {
	Color:#000;
	font-weight:bold;
}
.nmc_leftnav {
	font-family:verdana;
	font-size:12px;
	color:#49520c;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#C9DCB3;
	background-color:#C9DCB3;
	text-decoration:none;
}
.nmc_leftnav a {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#999933;
	background-color:#cadcb4;
	text-decoration:none;
}
.nmc_leftnav a:hover {
	background-color:#608729;
}
		
.active {
	background-color:#006600;
}
