.NAV_Container
{
	padding: 0px 0px 0px 0px;
	width:150px;
}

.NAV_LeftMainSection
{
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0px 7px 0px;
}
.NAV_LeftMainSection a, .NAV_LeftMainSection a:visited, .NAV_LeftMainSection a:active
{
	color: #016532;
	text-decoration: none;
	font-weight: bold;
}

.NAV_LeftMainSectionSelected a, .NAV_LeftMainSectionSelected a:visited, .NAV_LeftMainSectionSelected a:active
{
	color: #a1a1a1;
	text-decoration: none;
	font-weight: bold;
}

.NAV_LeftSubSection
{
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 2px 7px 16px;
	background: url(/images/navBullet.jpg) no-repeat left;
}

.NAV_LeftSubSection a, .NAV_LeftSubSection a:visited, .NAV_LeftSubSection a:active
{
	color: #016532;
	text-decoration: none;
	font-weight: bold;
}

.NAV_LeftSubSectionSelected a, .NAV_LeftSubSectionSelected a:visited, .NAV_LeftSubSectionSelected a:active
{
	text-decoration: none;
	font-weight: bold;
	color:#999;
}


.NAV_LeftSubSection a:hover,
.NAV_LeftSubSectionSelected a:hover
{
	text-decoration: underline;
}

.NAV_LeftSubSectionSelected
{
	border-bottom: 1px solid #e5e5e5;
	background: url(/images/navBullet_on.jpg) no-repeat left;
	padding: 7px 2px 7px 16px;
}

.NAV_LeftSubSectionSelected_subBox
{
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0px 5px 16px;
}

.NAV_LeftSubSectionSelected_subBoxLink {
	height:auto;
	line-height:19px;
} 

.NAV_LeftSubSectionSelected_subBoxLink a, .NAV_LeftSubSectionSelected_subBoxLink a:visited, .NAV_LeftSubSectionSelected_subBoxLink a:active
{
	color: #016532;
	text-decoration: none;
	font-weight: normal;
}
.NAV_LeftSubSectionSelected_subBoxLink a:hover
{
	text-decoration: underline;
}
