 /* ______________________________________ */
 /* Section Six: Navigation Elements */
 /* ______________________________________ */
 /* 6.1 - Padding */
 td.NavFont{
	 font-weight: none !important;
	 }

 /* 6.2 - Font */
.NavFont,p.NavFont,a.NavFont,a.NavFont:active,a.NavFont:visited {
	 font-size: 11px;
	 line-height: 17px;
	 font-weight: normal !important;
	 color: #848BBB;
	 text-decoration: none;
	 }

 /* 6.4 - Downstate for Links */
 a.navdown,.navdown,a.navdown:active,a.navdown:visited {
	 font-size : 11px;
	 line-height: 17px;
	 text-decoration : underline !important;
	 color: #848BBB;
	 font-weight: normal !important;
	 }

 span.navdown {
	 }

 /* 6.5 - Background Image for Downstate*/
 td.navdown{
	 }

 /* 6.6 - Color Behind Nav Links (gets covered by nav2bg.gif/jpg) */
.nav2bg,p.nav2bg,td.nav2bg {
	 }

 /* 6.7 - Roll State for Background: Color Behind Nav Link on Rollover. If Roll Isn't Desired Then Make Same as Background Color */
.navroll,a.navroll,a.navroll:hover,a.navroll:active,a.navroll:visited {
	 }

 /* 6.8 - Roll State for Text*/
.navrolltext,a.navrolltext,a.navrolltext:hover,a.navrolltext:active,a.navrolltext:visited {
	 font-size : 11px;
	 line-height: 17px;
	 text-decoration : underline !important;
	 color: #848BBB;
	 font-weight: normal !important;
	 }

 /* 6.3 - 3 & 4 Level Links */
.navlev34,a.navlev34,a.navlev34:hover,a.navlev34:active,.navlev34:visited {
	 font-size : 11px;
	 color: #848BBB;
	 text-decoration: none;
	 font-weight: normal !important;
	 }

.nav34down,a.nav34down,a.nav34down:hover,a.nav34down:active,a.nav34down:visited {
	 font-size : 11px;
	 color: #848BBB;
	 text-decoration: underline !important;
	 font-weight: normal !important;
	 }

.navlev34roll,a.navlev34roll,a.navlev34roll:hover,a.navlev34roll:active,a.navlev34roll:visited,a.navlev34roll:active {
	 font-size : 11px;
	 color: #848BBB;
	 text-decoration : underline;
	 font-weight: normal !important;
	 }

 