#navbar {
	margin: 0px;
	padding: 0px;
	height: 29px;
	list-style: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	float: right;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 29px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 106px;
}
#navbar #home:hover {
	background-position: -0px -29px;
}

#navbar #sales {
	background-position: -106px 0;
	width: 93px;
}
#navbar #sales:hover {
	background-position: -106px -29px;
}
#navbar #lettings {
	background-position: -199px 0;
	width: 111px;
}
#navbar #lettings:hover {
	background-position: -199px -29px;
}
#navbar #auctions{
	background-position: -310px 0px;
	width: 161px;
}
#navbar #auctions:hover {
	background-position: -310px -29px;
}
#navbar #newhomes {
	background-position: -471px 0px;
	width: 149px;
}
#navbar #newhomes:hover {
	background-position: -471px -29px;
}
#navbar #farms {
	background-position: -620px 0px;
	width: 242px;
}
#navbar #farms:hover {
	background-position: -620px -29px;
}
#navbar #contact {
	background-position: -862px 0px;
	width: 118px;
}
#navbar #contact:hover {
	background-position: -862px -29px;
}
#search_box {
	padding: 0px;
	height: 65px;
	width: 256px;
	list-style: none;
	background-image: url(../images/click_here.gif);
	background-repeat: repeat-x;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
}

#search_box li {
	float: left;
}

#search_box a {
	text-decoration: none;
	display: block;
	height: 65px;
	text-indent: -5000px;
	background-image: url(../images/click_here.gif);
	background-repeat: no-repeat;
}
#search_box #rsales {
	background-position: -0px 0;
	width: 256px;
}
#search_box #rsales:hover {
	background-position: -0px -65px;
}
#lsearch_box {
	padding: 0px;
	height: 45px;
	width: 177px;
	list-style: none;
	background-image: url(../images/click_here2.gif);
	background-repeat: repeat-x;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 95px;
}

#lsearch_box li {
	float: left;
}

#lsearch_box a {
	text-decoration: none;
	display: block;
	height: 45px;
	text-indent: -5000px;
	background-image: url(../images/click_here2.gif);
	background-repeat: no-repeat;
}
#lsearch_box #rlets {
	background-position: -0px 0;
	width: 177px;
}
#lsearch_box #rlets:hover {
	background-position: -0px -45px;
}
