#navbar {
	margin: 0px;
	padding: 0px;
	height: 30px;
	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: 30px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 150px;
}
#navbar #home:hover {
	background-position: -0px -30px;
}

#navbar #profile {
	background-position: -150px 0;
	width: 211px;
}
#navbar #profile:hover {
	background-position: -150px -30px;
}
#navbar #agents {
	background-position: -361px 0;
	width: 138px;
}
#navbar #agents:hover {
	background-position: -361px -30px;
}
#navbar #location{
	background-position: -499px 0px;
	width: 193px;
}
#navbar #location:hover {
	background-position: -499px -30px;
}
#navbar #contact {
	background-position: -692px 0px;
	width: 176px;
}
#navbar #contact:hover {
	background-position: -692px -30px;
}
