#navbar {
	margin: 0px;
	padding: 0px;
	height: 33px;
	list-style: none;
	background-image: url(../images/buttons2.png);
	background-repeat: repeat-x;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 33px;
	text-indent: -5000px;
	background-image: url(../images/buttons2.png);
	background-repeat: no-repeat;
}
#navbar #home {
	background-position: 0px 0px;
	width: 74px;
}
#navbar #home:hover {
	background-position: 0 -33px;
}
#navbar #history{
	background-position: -74px 0px;
	width: 145px;
}
#navbar #history:hover {
	background-position: -74px -33px;
}
#navbar #gardens {
	background-position: -219px 0px;
	width: 180px;
}
#navbar #gardens:hover {
	background-position: -219px -33px;
}
#navbar #events {
	background-position: -399px 0;
	width: 110px;
}
#navbar #events:hover {
	background-position: -399px -33px;
}
#navbar #accommodation {
	background-position: -509px 0;
	width: 143px;
}
#navbar #accommodation:hover {
	background-position: -509px -33px;
}
#navbar #attractions{
	background-position: -652px 0px;
	width: 95px;
}
#navbar #attractions:hover {
	background-position: -652px -33px;
}

#navbar #localdirectory{
	background-position: -747px 0px;
	width: 128px;
}
#navbar #localdirectory:hover {
	background-position: -747px -33px;
}
#navbar #location{
	background-position: -875px 0px;
	width: 85px;
}
#navbar #location:hover {
	background-position: -875px -33px;
}
#sideboxlinks {
	width: 259px;
	height: 277px;
	background: url(../images/rightlinks.png);
	padding: 0;
	position: relative;
	list-style: none;

}
#sideboxlinks li {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
}

#sideboxlinks a {
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}

#sideboxlink1 {
	left: 0px;
	top: 0px;
	width: 259px;
	height: 85px;
}
#sideboxlink2 {
	left: 0px;
	top: 96px;
	width: 259px;
	height: 85px;
}
#sideboxlink3 {
	left: 0px;
	top: 194px;
	width: 259px;
	height: 85px;
}


#sideboxlink1 a {
	height: 85px;
}
#sideboxlink2 a {
	height: 85px;
}
#sideboxlink3 a {
	height: 85px;
}

#sideboxlink1 a:hover {
	background-image: url(../images/rightlinks.png);
	background-repeat: no-repeat;
	background-position: 0px -277px;
}
#sideboxlink2 a:hover {
	background-image: url(../images/rightlinks.png);
	background-repeat: no-repeat;
	background-position: 0px -373px;
}
#sideboxlink3 a:hover {
	background-image: url(../images/rightlinks.png);
	background-repeat: no-repeat;
	background-position: 0px -471px;
}
