/* ______________________________________ */
 /* Section Six: Navigation Elements */
 /* ______________________________________ */
 /* 6.1 - Background & Padding */
 td.NavFont{
	 padding: 0px 4px 0px 15px;
	 background-color:#003366;
	 }

 /* 6.2 - Up state */
.NavFont,p.NavFont,a.NavFont:link,a.NavFont:visited,a.NavFont:active {
	 font-family:Verdana,sans-serif;
	 font-size: 12px;
	 line-height:14px;
	 color: #999966;
	 text-decoration:none !important;
	 }

 /* 6.3 - Background & Padding for Down state*/
 td.navdown{
	 padding: 0px 4px 0px 15px;
	 background-color:#003366;
	 }

 /* 6.4 - Down state */
.navdown,a.navdown {
	 font-family:Verdana,sans-serif;
	 font-size : 12px;
	 line-height:14px;
	 color: #AFD2FF !important;
	 text-decoration:none !important;
	 }

 }

 /* 6.5 - Background & Padding for Roll state */
 td.navroll,.navroll,a.navroll {
	 padding: 0px 4px 0px 15px;
	 background-color:#003366;
	 }

 /* 6.6 - Roll State for Text*/
.navrolltext,a.navrolltext {
	 font-family:Verdana,sans-serif;
	 font-size : 12px;
	 line-height:14px;
	 text-decoration : none !important;
	 color: #AFD2FF !important;
	 }

 /* 6.7 - Color Behind Nav Links (gets covered by nav2bg.gif/jpg) */
.nav2bg,p.nav2bg,td.nav2bg {
	 background-color:#003366;
	 }

 /* 6.8 - 3 & 4 Level Links */
.navlev34,a.navlev34 {
	 font-family:Arial,sans-serif;
	 font-size : 11px;
	 color: #3164A4;
	 text-decoration:none;
	 }

.nav34down,a.nav34down {
	 font-family:Arial,sans-serif;
	 font-size : 11px;
	 color: #828258;
	 text-decoration:none;
	 }

.navlev34roll,a.navlev34roll {
	 font-family:Arial,sans-serif;
	 font-size : 11px;
	 color: #828258;
	 text-decoration:none;
	 }

 