span.hidden {
visibility: hidden;
}
a.hidden {
text-decoration: none;
}
a.homebutton
{
background: url('images/home.png') no-repeat;
width: 60px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.homebutton {
    background-position: -60px 0;
}

a.aboutbutton
{
background: url('images/about.png') no-repeat;
width: 96px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.aboutbutton {
    background-position: -96px 0;
}

a.servicesbutton
{
background: url('images/services.png') no-repeat;
width: 84px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.servicesbutton {
    background-position: -84px 0;
}

a.linksbutton
{
background: url('images/links.png') no-repeat;
width: 56px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.linksbutton {
    background-position: -56px 0;
}

a.contactbutton
{
background: url('images/contact.png') no-repeat;
width: 90px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.contactbutton {
    background-position: -90px 0;
}

a.toolsbutton
{
background: url('images/tools.png') no-repeat;
width: 62px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.toolsbutton {
    background-position: -62px 0;
}

a.wantlistbutton
{
background: url('images/wantlist.png') no-repeat;
width: 96px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.wantlistbutton {
    background-position: -96px 0;
}
a.storebutton
{
background: url('images/store.png') no-repeat;
width: 59px;
height: 40px;
display: block;
text-decoration: none;
}
a:hover.storebutton {
    background-position: -59px 0;
}