@charset "utf-8";
/* CSS Document */

#navcontainer {
float:left;
position:relative;
height:44px;
}

#navitem {
list-style-type:none;
padding:0;
margin:0;
position:relative;
}
#navitem li {
float:left;
padding:0;
margin:0;
border:0;
}






#index {
background-image:url(../images/Nav-Bar/nav-home-off.jpg);
background-repeat:no-repeat;
width:76px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#index a { 
display: block;
width:76px;
height:44px;

}

#index a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-home-on.jpg);
background-repeat:no-repeat;
width:76px;
height:44px;
}

#band {
background-image:url(../images/Nav-Bar/nav-theband-off.jpg);
background-repeat:no-repeat;
width:91px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#band a { 
display: block;
width:91px;
height:44px;

}

#band a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-theband-on.jpg);
background-repeat:no-repeat;
width:91px;
height:44px;
}

#schedule {
background-image:url(../images/Nav-Bar/nav-schedule-off.jpg);
background-repeat:no-repeat;
width:95px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#schedule a { 
display: block;
width:95px;
height:44px;

}

#schedule a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-schedule-on.jpg);
background-repeat:no-repeat;
width:95px;
height:44px;
}

#download {
background-image:url(../images/Nav-Bar/nav-musicdownloads-off.jpg);
background-repeat:no-repeat;
width:153px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#download a { 
display: block;
width:153px;
height:44px;

}

#download a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-musicdownloads-on.jpg);
background-repeat:no-repeat;
width:153px;
height:44px;
}

#gallery {
background-image:url(../images/Nav-Bar/nav-gallery-off.jpg);
background-repeat:no-repeat;
width:80px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#gallery a { 
display: block;
width:80px;
height:44px;

}

#gallery a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-gallery-on.jpg);
background-repeat:no-repeat;
width:80px;
height:44px;
}

#guestbook {
background-image:url(../images/Nav-Bar/nav-guestbook-off.jpg);
background-repeat:no-repeat;
width:105px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#guestbook a { 
display: block;
width:105px;
height:44px;

}

#guestbook a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-guestbook-on.jpg);
background-repeat:no-repeat;
width:105px;
height:44px;
}

#songlist {
background-image:url(../images/Nav-Bar/nav-songlist-off.jpg);
background-repeat:no-repeat;
width:91px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#songlist a { 
display: block;
width:91px;
height:44px;

}

#songlist a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-songlist-on.jpg);
background-repeat:no-repeat;
width:91px;
height:44px;
}

#contact {
background-image:url(../images/Nav-Bar/nav-contactus-off.jpg);
background-repeat:no-repeat;
width:99px;
height:44px;
margin:0;
padding:0;
border:0;
display:block;
}

#contact a { 
display: block;
width:99px;
height:44px;

}

#contact a:hover {
display:block;
background-image:url(../images/Nav-Bar/nav-contactus-on.jpg);
background-repeat:no-repeat;
width:99px;
height:44px;
}

