/* MAIN NAV BAR IMAGES*/
		
.navleftcurve {
	width:11px;
	height:25px;
	background:url(../images_nav/mainnav-01.gif) 0 0 no-repeat;
  }
		
.navabout a {
	width:71px;
	height:25px;
	background:url(../images_nav/mainnav-02.gif) 0 0 no-repeat;
  }
  
.navnews a {
	width:105px;
	height:25px;
	background:url(../images_nav/mainnav-03.gif) 0 0 no-repeat;
  }
  
.navstats a {
	width:84px;
	height:25px;
	background:url(../images_nav/mainnav-04.gif) 0 0 no-repeat;
  }
	
.navresources a {
	width:90px;
	height:25px;
	background:url(../images_nav/mainnav-05.gif) 0 0 no-repeat;
  }
	
.navinvolved a {
	width:106px;
	height:25px;
	background:url(../images_nav/mainnav-06.gif) 0 0 no-repeat;
  }
	
.navlinks a {
	width:129px;
	height:25px;
	background:url(../images_nav/mainnav-07.gif) 0 0 no-repeat;
  }	

.navcontact a {
	width:77px;
	height:25px;
	background:url(../images_nav/mainnav-08.gif) 0 0 no-repeat;
  }	
	
.navhome a {
	width:77px;
	height:25px;
	background:url(../images_nav/mainnav-09.gif) 0 0 no-repeat;
  }	
	
.navrightcurve {
	width:11px;
	height:25px;
	background:url(../images_nav/mainnav-10.gif) 0 0 no-repeat;
  }	
	
					
 
 /* MAIN NAV BAR ROLLOVER IMAGES*/
 
 .navabout a:hover {
	background:url(../images_nav/mainnav-02.gif) 0 -25px;
  }
  
.navnews a:hover {
	background:url(../images_nav/mainnav-03.gif) 0 -25px;
  }
  
.navstats a:hover {
	background:url(../images_nav/mainnav-04.gif) 0 -25px;
  }
	
.navresources a:hover {
	background:url(../images_nav/mainnav-05.gif) 0 -25px;
  }
	
.navinvolved a:hover {
	background:url(../images_nav/mainnav-06.gif) 0 -25px;
  }
	
.navlinks a:hover {
	background:url(../images_nav/mainnav-07.gif) 0 -25px;
  }	

.navcontact a:hover {
	background:url(../images_nav/mainnav-08.gif) 0 -25px;
  }	
	
.navhome a:hover {
	background:url(../images_nav/mainnav-09.gif) 0 -25px;
  }		