#navlist {
	width: 689px;
	height: 40px;
	list-style:none;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: url(http://www.ndhockey.com.au/images/menu.gif) no-repeat top center;
	overflow:hidden;
}

#navlist li {
	margin:0;
	padding:0;
	float:left;
	
}

#nav_home a {
	width: 52px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}

#nav_club {
position:relative;
left: 60px;
}

#nav_club a {
	width: 79px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}

#nav_teams {
position:relative;
left: 120px;
}

#nav_teams a {
	width: 58px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}

#nav_facil {
position:relative;
left: 180px;
}

#nav_facil a {
	width: 78px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}

#nav_links {
position:relative;
left: 240px;
}

#nav_links a {
	width: 48px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}

#nav_contacts {
position:relative;
left: 300px;
}

#nav_contacts a {
	width: 74px;
	height: 40px;
	display: block;
	text-indent: -1000000000px;
	overflow:hidden;
}


#nav_home a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) 0 -40px;
}
#nav_home a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) 0 -80px;
}

#nav_club a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -112px -40px;
}
#nav_club a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -112px -80px;
}

#nav_teams a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -251px -40px;
}
#nav_teams a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -251px -80px;
}

#nav_facil a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -369px -40px;
}
#nav_facil a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -369px -80px;
}

#nav_links a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -507px -40px;
}
#nav_links a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -507px -80px;
}

#nav_contacts a:hover {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -615px -40px;
}
#nav_contacts a:active {
	background: url(http://www.ndhockey.com.au/images/menu.gif) -615px -80px;
}