/* ___________________________________________ */
 /* Section Six: Navigation Elements */
 /* ___________________________________________ */
 /* 6.1 - Padding */
 /* 6.2 - Font */
.NavFont,p.NavFont,td.NavFont,a.NavFont,a.NavFont:hover,a.NavFont:active,a.NavFont:visited {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 12px;
	 color: #FFFFFF;
	 text-decoration: none;
	 text-align:right;
	 font-weight:normal;}

 /* 6.3 - Downstate for Links */
.navdown,a.navdown,a.navdown:hover,a.navdown:active,a.navdown:visited {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 12px;
	 color: #CC0000;
	 text-decoration: none;
	 text-align:right;
	 font-weight:bold;
	 }

 /* 6.4 - Background Image for Downstate*/
 /* 6.5 - Color Behind Nav Links (gets covered by nav2bg.gif/jpg) */
 /* 6.6 - Roll State for Background: Color Behind Nav Link on Rollover. If Roll Isn't Desired Then Make Same as Background Color */

 /* 6.7 - Roll State for Text*/
.navrolltext,a.navrolltext,a.navrolltext:hover,a.navrolltext:active,a.navrolltext:visited {
	 font-family : Verdana, Geneva, arial, Helvetica, sans-serif;
	 font-size : 12px;
	 text-decoration : underline;
	 font-weight: normal;
	 text-align:right;
	 color: #FFFFFF;
	 }

 /* 6.8 - 3 & 4 Level Links */
.navlev34,a.navlev34,a.navlev34:hover,a.navlev34:active,.navlev34:visited {
	 font-size : 14px;
	 color: #000000;
	 text-decoration: none;
	 list-style-type:square;
	 }

.nav34down,a.nav34down,a.nav34down:hover,a.nav34down:active,.nav34down:visited {
	 font-size : 14px;
	 color: #CC0000;
	 font-weight: bold;
	 text-decoration: none;
	 }

.navlev34roll,a.navlev34roll,a.navlev34roll:hover,a.navlev34roll:active,a.navlev34roll:visited {
	 font-size : 14px;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 