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

#navbar #home {
	background-position: -185px 0px;
	width: 53px;
}
#navbar #home:hover {
	background-position: -185px -38px;
}

#navbar #accommodation {
	background-position: -238px 0;
	width: 133px;
}
#navbar #accommodation:hover {
	background-position: -238px -38px;
}
#navbar #budget {
	background-position: -371px 0;
	width: 118px;
}
#navbar #budget:hover {
	background-position: -371px -38px;
}
#navbar #future {
	background-position: -489px 0;
	width: 130px;
}
#navbar #future:hover {
	background-position: -489px -38px;
}

#navbar #location{
	background-position: -619px 0px;
	width: 83px;
}
#navbar #location:hover {
	background-position: -619px -38px;
}
#navbar #contact{
	background-position: -702px 0px;
	width: 74px;
}
#navbar #contact:hover {
	background-position: -702px -38px;
}
