#topnav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-color: #cc0000;
	

	
	
}
#topnav li {
	margin: 0;
	padding: 0;
    list-style-type: none;
	display: inline;
}

#topnav a {

	/* remove below */
	font-size: 11px;
	color: white;
	/* remove above */
	
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 35px !important;
	height /**/:68px; /* for IE5/Win */
}

#topnav a:hover {
	background-position: 0 -35px;
}

#topnav a:active, #topnav a.selected {
	background-position: 0 -70px;
}
	
#nv_about a  {
	
/*	width: 89px;
    background: url(../images/topnav/nv_about.gif) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px; */

	width: 108px;
    background: url(../images/topnav/about_us.png) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;

}

#nv_admissions a  {
	/* width: 171px;
		background: url(../images/topnav/nv_admissions.gif) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px; */
	
	
	 width: 133px;
	 background: url(../images/topnav/math_tutoring.png) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px; 
}

#nv_diff a  {
/*	width: 156px;
		background: url(../images/topnav/nv_different.gif) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px; */
	
	
 	width: 115px;
	background: url(../images/topnav/sat_tutoring.png) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px; 
}

#nv_find a  {
/*	width: 101px;
		background: url(../images/topnav/nv_find.gif) top left no-repeat;  
	background-repeat: no-repeat;
 text-indent: -9000px; */
 width: 161px;
		background: url(../images/topnav/academic_tutoring.png) top left no-repeat;  
	background-repeat: no-repeat;
 text-indent: -9000px; 
 
 
}

#nv_schools a  {
/*	width: 166px;
		background: url(../images/topnav/nv_schools.gif) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px; */
	width: 161px;
	 background: url(../images/topnav/tutoring_resources.png) top left no-repeat;   
	background-repeat: no-repeat;
 	text-indent: -9000px;
	
	
	
}

#nv_tools a  {
/*		width: 138px;
	background: url(../images/topnav/nv_tools.gif) top left no-repeat;   
	background-repeat: no-repeat;
 text-indent: -9000px; */
 	width: 157px;
	background: url(../images/topnav/tutoring_locations.png) top left no-repeat;   
	background-repeat: no-repeat;
    text-indent: -9000px;
 
  
}

#nv_tutoring a  {
/*	width: 139px;
		background: url(../images/topnav/nv_tutoring.gif) top left no-repeat;  
	background-repeat: no-repeat;
 	text-indent: -9000px; */
	
	
    width: 125px;
    background: url(../images/topnav/act_tutoring.png) top left no-repeat;  
	background-repeat: no-repeat;
 	text-indent: -9000px;  
}


