#navbar {
	margin: 0px;
	padding: 0px;
	height: 36px;
	list-style: none;
	background-image: url(../images/buttons.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 36px;
	text-indent: -5000px;
	background-image: url(../images/buttons.png);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 64px;
}
#navbar #home:hover {
	background-position: -0px -36px;
}

#navbar #buying {
	background-position: -64px 0px;
	width: 70px;
}
#navbar #buying:hover {
	background-position: -64px -36px;
}
#navbar #selling {
	background-position: -134px 0px;
	width: 68px;
}
#navbar #selling:hover {
	background-position: -134px -36px;
}

#navbar #renting {
	background-position: -202px 0;
	width: 76px;
}
#navbar #renting:hover {
	background-position: -202px -36px;
}

#navbar #landlords{
	background-position: -278px 0px;
	width: 92px;
}
#navbar #landlords:hover {
	background-position: -278px -36px;
}

#navbar #hips{
	background-position: -370px 0px;
	width: 49px;
}
#navbar #hips:hover {
	background-position: -370px -36px;
}
#navbar #mortgages{
	background-position: -419px 0px;
	width: 102px;
}
#navbar #mortgages:hover {
	background-position: -419px -36px;
}
#navbar #conveyancing {
	background-position: -521px 0px;
	width: 130px;
}
#navbar #conveyancing:hover {
	background-position: -521px -36px;
}
#navbar #tv{
	background-position: -651px 0px;
	width: 166px;
}
#navbar #tv:hover {
	background-position: -651px -36px;
}
#navbar #profile{
	background-position: -817px 0px;
	width: 64px;
}
#navbar #profile:hover {
	background-position: -817px -36px;
}
#navbar #contact{
	background-position: -881px 0px;
	width: 79px;
}
#navbar #contact:hover {
	background-position: -881px -36px;
}
#homebar {
	margin: 0px;
	padding: 0px;
	height: 94px;
	list-style: none;
	background-image: url(../images/homeboxes.png);
	background-repeat: repeat-x;
}

#homebar li {
	float: left;
}

#homebar a {
	text-decoration: none;
	display: block;
	height: 94px;
	text-indent: -5000px;
	background-image: url(../images/homeboxes.png);
	background-repeat: no-repeat;
}

#homebar #homebuying {
	background-position: -0px 0px;
	width: 221px;
}
#homebar #homebuying:hover {
	background-position: -0px -94px;
}

#homebar #homerenting {
	background-position: -221px 0px;
	width: 221px;
}
#homebar #homerenting:hover {
	background-position: -221px -94px;
}
