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

