#home li#home a { background:url('img/nav/home.png') no-repeat 0px -50px;}
#about li#about a { background:url('img/nav/about.png') no-repeat 0px -50px;}
#services li#services a { background:url('img/nav/services.png') no-repeat 0px -50px;}
#events li#events a { background:url('img/nav/events.png') no-repeat 0px -50px;}
#products li#products a { background:url('img/nav/products.png') no-repeat 0px -50px;}
#specials li#specials a { background:url('img/nav/specials.png') no-repeat 0px -50px;}
#links li#links a { background:url('img/nav/links.png') no-repeat 0px -50px;}
#team li#team a { background:url('img/nav/team.png') no-repeat 0px -50px;}
#contact li#contact a { background:url('img/nav/contact.png') no-repeat 0px -50px;}

a.home {
	display:inline;
	text-decoration:none;
	width:71px;
	height:25px;
	background:url('img/nav/home.png') no-repeat 0px 0px;
	float:left;
}
a.home:hover {
	background:url('img/nav/home.png') no-repeat 0px -25px;
}
a.about {
	display:inline;
	text-decoration:none;
	width:92px;
	height:25px;
	background:url('img/nav/about.png') no-repeat 0px 0px;
	float:left;
}
a.about:hover {
	background:url('img/nav/about.png') no-repeat 0px -25px;
}
a.services {
	display:inline;
	text-decoration:none;
	width:113px;
	height:25px;
	background:url('img/nav/services.png') no-repeat 0px 0px;
	float:left;
}
a.services:hover {
	background:url('img/nav/services.png') no-repeat 0px -25px;
}
a.events {
	display:inline;
	text-decoration:none;
	width:92px;
	height:25px;
	background:url('img/nav/events.png') no-repeat 0px 0px;
	float:left;
}
a.events:hover {
	background:url('img/nav/events.png') no-repeat 0px -25px;
}
a.products {
	display:inline;
	text-decoration:none;
	width:114px;
	height:25px;
	background:url('img/nav/products.png') no-repeat 0px 0px;
	float:left;
}
a.products:hover {
	background:url('img/nav/products.png') no-repeat 0px -25px;
}
a.specials {
	display:inline;
	text-decoration:none;
	width:107px;
	height:25px;
	background:url('img/nav/specials.png') no-repeat 0px 0px;
	float:left;
}
a.specials:hover {
	background:url('img/nav/specials.png') no-repeat 0px -25px;
}
a.links {
	display:inline;
	text-decoration:none;
	width:79px;
	height:25px;
	background:url('img/nav/links.png') no-repeat 0px 0px;
	float:left;
}
a.links:hover {
	background:url('img/nav/links.png') no-repeat 0px -25px;
}
a.team {
	display:inline;
	text-decoration:none;
	width:75px;
	height:25px;
	background:url('img/nav/team.png') no-repeat 0px 0px;
	float:left;
}
a.team:hover {
	background:url('img/nav/team.png') no-repeat 0px -25px;
}
a.contact {
	display:inline;
	text-decoration:none;
	width:177px;
	height:25px;
	background:url('img/nav/contact.png') no-repeat 0px 0px;
	float:left;
}
a.contact:hover {
	background:url('img/nav/contact.png') no-repeat 0px -25px;
}