#navbar {
	margin: 0px;
	padding: 0px;
	height: 36px;
	list-style: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	float: left;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 36px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 66px;
}
#navbar #home:hover {
	background-position: -0px -36px;
}

#navbar #masterplan {
	background-position: -66px 0;
	width: 105px;
}
#navbar #masterplan:hover {
	background-position: -66px -36px;
}
#navbar #buildings {
	background-position: -171px 0;
	width: 117px;
}
#navbar #buildings:hover {
	background-position: -171px -36px;
}
#navbar #timeframe {
	background-position: -288px 0;
	width: 101px;
}
#navbar #timeframe:hover {
	background-position: -288px -36px;
}
#navbar #history{
	background-position: -389px 0px;
	width: 74px;
}
#navbar #history:hover {
	background-position: -389px -36px;
}
#navbar #faqs{
	background-position: -463px 0px;
	width: 53px;
}
#navbar #faqs:hover {
	background-position: -463px -36px;
}
#navbar #consultation{
	background-position: -516px 0px;
	width: 118px;
}
#navbar #consultation:hover {
	background-position: -516px -36px;
}
#navbar #news{
	background-position: -634px 0px;
	width: 55px;
}
#navbar #news:hover {
	background-position: -634px -36px;
}
#navbar #contact{
	background-position: -689px 0px;
	width: 87px;
}
#navbar #contact:hover {
	background-position: -689px -36px;
}
