.navbar ul { 
   margin: 0;
   padding: 0;
   }

.navbar ul li { 
   display: block; 
   float: left; 
   list-style-type: none; 
   margin: 0 auto;
   }

.navbar ul li a { 
   display: block; 
   background: transparent url(/cfpr/images/navbar.gif) 0 0 no-repeat; 
   text-indent: -9999px; 
   margin: 1px 0px;
   } 
   
.navbar ul li#nb1 a {
	width: 81px; height: 50px;
	background-position: -24px -10px;
	}
	
.navbar ul li#nb1 a:hover {
	background-position: -24px -81px;
	}
	
.navbar ul li#nb2 a {
	width: 104px; height: 50px;
	background-position: -113px -10px;
	}
	
.navbar ul li#nb2 a:hover {
	background-position: -113px -81px;
	}
	
.navbar ul li#nb3 a {
	width: 77px; height: 50px;
	background-position: -225px -10px;
	}
	
.navbar ul li#nb3 a:hover {
	background-position: -225px -81px;
	}
	
.navbar ul li#nb4 a {
	width: 88px; height: 50px;
	background-position: -310px -10px;
	}
	
.navbar ul li#nb4 a:hover {
	background-position: -310px -81px;
	}
	
.navbar ul li#nb5 a {
	width: 102px; height: 50px;
	background-position: -406px -10px;
	}
	
.navbar ul li#nb5 a:hover {
	background-position: -406px -81px;
	}
	
.navbar ul li#nb6 a {
	width: 142px; height: 50px;
	background-position: -516px -10px;
	}

ul li#nb6 a:hover {
	background-position: -516px -81px;
	}
