 /*_____NAVIGATION_____*/
 /*level two navigation*/
.NavFont,p.NavFont,td.NavFont,a.NavFont,a.NavFont:hover,a.NavFont:active,a.NavFont:visited {
	 font-family : Tahoma, Geneva, Verdana, sans-serif;
	 font-size : 10.5px;
	 color: #737373;
	 text-decoration : none;
	 }

.navdown,a.navdown,a.navdown:hover,a.navdown:active,a.navdown:visited {
	 font-family : Tahoma, Geneva, Verdana, sans-serif;
	 font-size : 10.5px;
	 color: #919191;
	 font-style: italic;
	 }

 /* second level nav link text roll state If roll isn't desired then make same as navdown */
.navrolltext,a.navrolltext,a.navrolltext:hover,a.navrolltext:active,a.navrolltext:visited {
	 font-family : Tahoma, Geneva, Verdana, sans-serif;
	 font-size : 10.5px;
	 color: #000000;
	 text-decoration : none;
	 }

 /* default style for second level navigation - Roll STATE: color behind navigation 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 {
	 background-color: none;
	 }

 /*Second level nav color behind navigation links (gets covered by nav2bg.gif/jpg)*/
.nav2bg,p.nav2bg,td.nav2bg {
	 background-color: none;
	 }

 /*level three and four navigation*/
.navlev34,a.navlev34,a.navlev34:hover,a.navlev34:active,.navlev34:visited {
	 font-size : 10px;
	 color: #666666;
	 text-decoration : none;
	 }

.nav34down,a.nav34down,a.nav34down:hover,a.nav34down:active,.nav34down:visited {
	 font-size : 10px;
	 color: #666666;
	 text-decoration : none;
	 font-style: italic;
	 }

 /* Third level roll state */
.navlev34roll,a.navlev34roll,a.navlev34roll:hover,a.navlev34roll:activea,.navlev34roll:visited,a.navlev34roll:activea {
	 font-size : 10px;
	 color: #000000;
	 text-decoration : none;
	 font-style: none;
	 }

 