/* ___________________________________________ */
 /* Section Six: Navigation Elements */
 /* ___________________________________________ */
 /* 6.1 - Padding */
 /* 6.2 - Font */
.NavFont,p.NavFont,td.NavFont,a.NavFont:link,a.NavFont:visited,a.NavFont:hover,a.NavFont:active {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 9.5px;
	 color: #336699;
	 text-decoration : none;
 }

 /* 6.3 - 3 & 4 Level Links */
.navlev34,a.navlev34:link,a.navlev34:visited,a.navlev34:hover,a.navlev34:active {
	 font-size : 10px;
	 color: #336699;
	 text-decoration : none;
 }

.nav34down,a.nav34down:link,a.nav34down:visited,a.nav34down:hover,a.nav34down:active {
	 font-size : 10px;
	 color: #336699;
	 text-decoration : none;
         font-style: italic;
	 }

.navlev34roll,a.navlev34roll:link,a.navlev34roll:visited,a.navlev34roll:hover,a.navlev34roll:active {
	 font-size : 10px;
	 color: #336699;
	 text-decoration : underline;
	 }

 /* 6.4 - Downstate for Links */
.navdown,a.navdown:link,a.navdown:visitedma.navdown:hover,a.navdown:active {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 9.5px;
	 color: #336699;
	 font-style: italic;
	 }

 /* 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: none;
 }

 /* 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:link,a.navroll:visited,a.navroll:hover,a.navroll:active {
	 background-color: none;
 }

 /* 6.8 - Roll State for Text*/
.navrolltext,a.navrolltext:link,a.navrolltext:visited,a.navrolltext:hover,a.navrolltext:active {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 9.5px;
	 color: #336699;
	 text-decoration : underline;
	 }

 