#homebutton {
	background-image: url(images/buttons/home.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#homebutton a {
	display: block;
	background-image: url(images/buttons/home.gif);
	height: 100%;
	width: 100%;
}
#electricsbutton {
	background-image: url(images/buttons/electrics.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#electricsbutton a {
	display: block;
	background-image: url(images/buttons/electrics.gif);
	height: 100%;
	width: 100%;
}
#acousticsbutton {
	background-image: url(images/buttons/acoustics.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#acousticsbutton a {
	display: block;
	background-image: url(images/buttons/acoustics.gif);
	height: 100%;
	width: 100%;
}
#bassesbutton {
	background-image: url(images/buttons/basses.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#bassesbutton a {
	display: block;
	background-image: url(images/buttons/basses.gif);
	height: 100%;
	width: 100%;
}
#ampsbutton {
	background-image: url(images/buttons/amplifiers.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#ampsbutton a {
	display: block;
	background-image: url(images/buttons/amplifiers.gif);
	height: 100%;
	width: 100%;
}
#miscbutton {
	background-image: url(images/buttons/misc.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#miscbutton a {
	display: block;
	background-image: url(images/buttons/misc.gif);
	height: 100%;
	width: 100%;
}
#archivebutton {
	background-image: url(images/buttons/archive.gif);
	float: left;
	height: 29px;
	width: 104px;
}
#archivebutton a {
	display: block;
	background-image: url(images/buttons/archive.gif);
	height: 100%;
	width: 100%;
}
.view {
	background-image: url(images/buttons/viewimage.gif);
	float: left;
	height: 34px;
	width: 102px;
	margin-top: -4px;
}
.view a {
	display: block;
	background-image: url(images/buttons/viewimage.gif);
	height: 100%;
	width: 100%;
}
.view a:hover {
	background-position: 0px 34px;
}
#homebutton a:hover, #electricsbutton a:hover, #acousticsbutton a:hover, #bassesbutton a:hover, #ampsbutton a:hover,
#miscbutton a:hover, #archivebutton a:hover {
	background-position: 0px 29px;
}
