#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: 83px;
}
#navbar #home:hover {
	background-position: -0px -29px;
}

#navbar #who {
	background-position: -83px 0;
	width: 104px;
}
#navbar #who:hover {
	background-position: -83px -29px;
}
#navbar #what {
	background-position: -187px 0;
	width: 104px;
}
#navbar #what:hover {
	background-position: -187px -29px;
}
#navbar #key {
	background-position: -291px 0;
	width: 124px;
}
#navbar #key:hover {
	background-position: -291px -29px;
}

#navbar #schemes{
	background-position: -415px 0px;
	width: 110px;
}
#navbar #schemes:hover {
	background-position: -415px -29px;
}
#navbar #news{
	background-position: -525px 0px;
	width: 105px;
}
#navbar #news:hover {
	background-position: -525px -29px;
}
#navbar #links{
	background-position: -630px 0px;
	width: 59px;
}
#navbar #links:hover {
	background-position: -630px -29px;
}

#navbar #contact{
	background-position: -689px 0px;
	width: 107px;
}
#navbar #contact:hover {
	background-position: -689px -29px;
}
