.NAV_Container
{
	padding: 0px 10px 0px 0px;
}

.NAV_LeftMainSection
{
	text-transform: uppercase;
	border-bottom: 1px dashed #1fb483;
	padding: 5px 0px 5px 0px;
}
.NAV_LeftMainSection a, .NAV_LeftMainSection a:visited, .NAV_LeftMainSection a:active
{
	color: #6ff3bf;
	text-decoration: none;
	font-weight: bold;
}
.NAV_LeftSubSection
{
	border-bottom: 1px dashed #1fb483;
	padding: 5px 2px 5px 0px;
}

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

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

.NAV_LeftSubSectionSelected
{
	border-bottom: 1px dashed #1fb483;
	padding: 5px 2px 5px 0px;
	background-color: #007546;
}

.NAV_LeftSubSectionSelected_subBox
{
	border-bottom: 1px dashed #1fb483;
	padding: 5px 0px 9px 0px;
}
.NAV_LeftSubSectionSelected_subBoxLink a, .NAV_LeftSubSectionSelected_subBoxLink a:visited, .NAV_LeftSubSectionSelected_subBoxLink a:active
{
	color: #bbcdc6;
	text-decoration: none;
	font-weight: normal;
}
.NAV_LeftSubSectionSelected_subBoxLink a:hover
{
	text-decoration: underline;
}