#navbar {
	margin: 0px;
	padding: 0px;
	height: 73px;
	list-style: none;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 73px;
	text-indent: -9000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}


#navbar #home {
	background-position: 0px 0px;
	width: 110px;
}
#navbar #home:hover {
	background-position: 0px -73px;
}
#navbar #services {
	background-position: -110px 0px;
	width: 119px;
}
#navbar #services:hover {
	background-position: -110px -73px;
}
#navbar #spares {
	background-position: -229px 0px;
	width: 196px;
}
#navbar #spares:hover {
	background-position: -229px -73px;
}
#navbar #contact {
	background-position: -425px 0px;
	width: 164px;
}
#navbar #contact:hover {
	background-position: -425px -73px;
}

#toplinks {
	width: 600px;
	margin-right: 30px;
	padding-left: 10px;
	float: right;
	margin-top: 30px;
	background-image: url(../images/homeof.png);
	background-repeat: no-repeat;
	padding-top: 40px;
}
