span {
	display: none;
}

ul#mnu {
	position: absolute;
	width: 501px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 55px;
}

#nav li a {
	position: absolute;
	margin: 0 0 0 5px;
	top: 0;
	bottom: 0;
	height: 55px;
	text-decoration: none;
}

li#nav_home a {
	width: 61px;	
	left: 0px; 
	background: url("images/mnu_home.jpg") 0 0 no-repeat;
}

li#nav_about a {
	width: 78px;	
	left: 61px; 
	background: url("images/mnu_about.jpg") 0 0 no-repeat; 
}

li#nav_news a {
	width: 58px;	
	left: 139px; 
	background: url("images/mnu_news.gif") 0 0 no-repeat;
}

li#nav_sched a {
	width: 81px;	
	left: 197px; 
	background: url("images/mnu_sched.jpg") 0 0 no-repeat;
}

li#nav_app a {
	width: 121px;	
	left: 278px; 
	background: url("images/mnu_app2.gif") 0 0 no-repeat;
}

li#nav_support a {
	width: 70px;	
	left: 399px; 
	background: url("images/mnu_support.jpg") 0 0 no-repeat;
}


/* adjusted values for IE6 */
* html #nav li a { bottom: -1px; }

#nav li a:hover, 
body#about li#nav_about a,
body#news li#nav_news a,
body#sched li#nav_sched a,
body#app li#nav_app a,
body#supp li#nav_support a { background-position: 0 -55px; }