#rentnavbar {
	margin: 0px;
	padding: 0px;
	height: 211px;
	list-style: none;
	background-image: url(../images/rentbuttons.png);
	background-repeat: repeat-x;
	float: left;
}

#rentnavbar li {
	float: left;
}

#rentnavbar a {
	text-decoration: none;
	display: block;
	height: 211px;
	text-indent: -5000px;
	background-image: url(../images/rentbuttons.png);
	background-repeat: no-repeat;
}

#rentnavbar #boxy1 {
	background-position: -0px 0px;
	width: 320px;
}
#rentnavbar #boxy1:hover {
	background-position: -0px -211px;
}

#rentnavbar #boxy2 {
	background-position: -320px 0px;
	width: 320px;
}
#rentnavbar #boxy2:hover {
	background-position: -320px -211px;
}

