.navHome a, .navAbout a, .navMusic a, .navCalendar a, .navNews a, .navMedia a, .navLinks a, .navContact a{
display: block;
width: 100%;
height: 100%;
}

.navHome, .navAbout, .navMusic, .navCalendar, .navNews, .navMedia, .navLinks, .navContact, .navHome_active, .navAbout_active, .navMusic_active, .navCalendar_active, .navNews_active, .navMedia_active, .navLinks_active, .navContact_active{
height: 65px;
text-indent: -9999em;
width: 85px;
background: url(/images/navHome.gif) no-repeat 0 0;
}

.navAbout, .navAbout_active{
width: 86px;
background: url(/images/navAbout.gif) no-repeat 0 0;
}

.navMusic, .navMusic_active{
width: 86px;
background: url(/images/navMusic.gif) no-repeat 0 0;
}

.navCalendar, .navCalendar_active{
width: 111px;
background: url(/images/navCalendar.gif) no-repeat 0 0;
}

.navNews, .navNews_active{
width: 83px;
background: url(/images/navNews.gif) no-repeat 0 0;
}

.navMedia, .navMedia_active{
width: 84px;
background: url(/images/navMedia.gif) no-repeat 0 0;
}

.navLinks, .navLinks_active{
width: 84px;
background: url(/images/navConnect.gif) no-repeat 0 0;
}

.navContact, .navContact_active{
width: 97px;
background: url(/images/navContact.gif) no-repeat 0 0;
}

.navHome:hover, .navAbout:hover, .navMusic:hover, .navCalendar:hover, .navNews:hover, .navMedia:hover, .navLinks:hover, .navContact:hover{
background-position: 0 -65px;
}

.navHome:active, .navAbout:active, .navMusic:active, .navCalendar:active, .navNews:active, .navMedia:active, .navLinks:active, .navContact:active{
background-position: 0 -130px;
}

.navHome_active, .navAbout_active, .navMusic_active, .navCalendar_active, .navNews_active, .navMedia_active, .navLinks_active, .navContact_active{
background-position: 0 -65px;
}

