 /* ______________________________________ */
 /* Section Six: Navigation Elements */
 /* ______________________________________ */
 /* 6.1 - Padding */
 /* 6.2 - Upstate for 2nd level nav */
.NavFont,p.NavFont,td.NavFont,a.NavFont,a.NavFont:link,a.NavFont:visited,a.NavFont:active{
	 font-family: Tahoma, sans-serif;
	 font-size : 11px;
	 color: #00335B;
	 text-decoration : none;
	 font-weight:normal;
	 }

 a.NavFont:hover {
	 font-family: Tahoma, sans-serif;
	 font-size : 11px;
	 color:#53714A;
	 text-decoration:none;
	 font-weight:normal;
	 }

 /* 6.3 - Rollover State for 2nd level nav*/
.navrolltext,a.navrolltext:link,a.navrolltext:visited,a.navrolltext:hover,a.navrolltext:active {
	 font-family: Tahoma, sans-serif;
	 font-size : 11px;
	 color:#53714A;
	 text-decoration:none;
	 font-weight:normal;
	 }

 /* 6.4 - Downstate for 2nd level nav */
.navdown,a.navdown,a.navdown:link,a.navdown:visited,a.navdown:hover,a.navdown:active {
	 font-family: Tahoma, sans-serif;
	 font-size : 11px;
	 color: #497CA4;
	 text-decoration : none;
	 font-weight:normal;
	 }

 /* 6.3 - 3 & 4 Level Links */
.navlev34,a.navlev34,a.navlev34:hover,a.navlev34:active,a.navlev34:visited {
	 font-size : 11px;
	 color: #00335B;
	 text-decoration : none;
	 font-weight:normal;
	 text-align:center !important;
	 }

.nav34down,a.nav34down,a.nav34down:hover,a.nav34down:active,a.nav34down:visited {
	 font-size : 11px;
	 color: #497CA4;
	 text-decoration : none;
	 font-weight:normal;
	 text-align:center!important;
	 }

.navlev34roll,a.navlev34roll,a.navlev34roll:hover,a.navlev34roll:active,a.navlev34roll:visited {
	 font-size : 11px;
	 color: #53714A;
	 text-decoration : none;
	 font-weight:normal;
	 text-align:center!important;
	 }

 /* 6.5 - Background Image for Downstate*/
 /* 6.6 - Color Behind Nav Links (gets covered by nav2bg.gif/jpg) */
.nav2bg,p.nav2bg,td.nav2bg {
	 background-color:#C8D7C4;
	 }

 /* 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 {
	 }

 