.home a {
background: url(../images/home_up.png) top left no-repeat;
}

.home a:hover {
background: url(../images/home_down.png) top left no-repeat;
}

.news a {
background: url(../images/news_up.png) top left no-repeat;
}

.news a:hover {
background:url(../images/news_down.png) top left no-repeat;
} 

.shows a {
background: url(../images/shows_up.png) top left no-repeat;
}

.shows a:hover {
background: url(../images/shows_down.png) top left no-repeat;
}

.music a {
background: url(../images/music_up.png) top left no-repeat;
}

.music a:hover {
background: url(../images/music_down.png) top left no-repeat;
}

.gallery a {
background: url(../images/gallery_up.png) top left no-repeat;
}

.gallery a:hover {
background: url(../images/gallery_down.png) top left no-repeat;
}

.band a {
background: url(../images/band_up.png) top left no-repeat;
}

.band a:hover {
background: url(../images/band_down.png) top left no-repeat;
}

.contact a {
background: url(../images/contact_up.png) top left no-repeat;
}

.contact a:hover {
background: url(../images/contact_down.png) top left no-repeat;
}

#index .home a {
background: url(../images/home_down.png) top left no-repeat;
}

#news .news a {
background: url(../images/news_down.png) top left no-repeat;
}

#band .band a {
background: url(../images/band_down.png) top left no-repeat;
}

#music .music a {
background: url(../images/music_down.png) top left no-repeat;
}

#gallery .gallery a {
background: url(../images/gallery_down.png) top left no-repeat;
}

#shows .shows a {
background: url(../images/shows_down.png) top left no-repeat;
}

#contact .contact a {
background: url(../images/contact_down.png) top left no-repeat;
}

.home span, .news span, .shows span, .music span, .gallery span, .band span, .contact span {
display: none;
}