.home, .band, .photo, .booking, .shows, .contact, .songs, .home_active, .band_active, .photo_active, .booking_active, .shows_active, .contact_active{
display:block;
text-indent: -9999em;
background: transparent;
width: 204px;
height: 33px;
}

.photo{
height: 37px;
}

.booking{
height: 38px;
}

.shows{
height: 37px;
}

.contact{
height: 33px;
}

.songs{
width: 100px;
height: 100px;
float:right;
margin: 9px 46px 0 0;
}


.band:hover{
background: url(/images/navBand.jpg) no-repeat;
}

.photo:hover{
background: url(/images/navPhoto.jpg) no-repeat;
}

.booking:hover{
background: url(/images/navBooking.jpg) no-repeat;
}

.shows:hover{
background: url(/images/navShows.jpg) no-repeat;
}

.contact:hover{
background: url(/images/navContact.jpg) no-repeat;
}

.songs:hover{
background: url(/images/songListHomeOver.jpg) no-repeat;
}

#inner.home, #inner.band, #inner.photo, #inner.booking, #inner.shows, #inner.contact, .home_active, .band_active, .photo_active, .booking_active, .shows_active, .contact_active{
width: 207px;
height: 33px;
}

#inner .songs{
width: 94px;
height: 87px;
margin: 12px 66px 0 0;
}

#inner .songs:hover{
background: url(/images/songListOver.jpg) no-repeat;
}

#inner .band, .band_active{
height: 36px;
}

#inner .photo, .photo_active{
height: 39px;
}

#inner .booking, .booking_active{
height: 36px;
}

#inner .shows, .shows_active{
height: 35px;
}

#inner .contact, .contact_active{
height: 32px;
}

#inner .home:hover, #inner .home_active{
background: url(/images/navInnerHome.jpg) no-repeat;
}

#inner .band:hover, #inner .band_active{
background: url(/images/navInnerBand.jpg) no-repeat;
}

#inner .photo:hover, #inner .photo_active{
background: url(/images/navInnerPhoto.jpg) no-repeat;
}

#inner .booking:hover, #inner .booking_active{
background: url(/images/navInnerBooking.jpg) no-repeat;
}

#inner .shows:hover, #inner .shows_active{
background: url(/images/navInnerShows.jpg) no-repeat;
}

#inner .contact:hover, #inner .contact_active{
background: url(/images/navInnerContact.jpg) no-repeat;
}