 #home ul li a {
display:block;
height:40px; 
width:64px;
background:transparent url(images/nav/home.gif) no-repeat 0 0;
text-indent:-9009px;	
}
	

#home  ul li {
      display:block;
      float:left;
      list-style-type:none;
      }

   
#home ul li#home a:hover {
background-position: -40px 0;
}
	 

#home span {
display: none;
}


#bio
{
display: block;
width: 103px;
height: 40px;
background: url(images/nav/bio.gif) no-repeat 0 0; 
float:left;

}

#bio:hover
{ 
  background-position: 0 -40px;
}

#bio span
{
  display: none;
}

#photos
{
display: block;
width:71px;
height:40px;
background: url(images/nav/photos.gif) no-repeat 0 0;
float:left;

}

#photos:hover
{ 
  background-position: 0 -40px;
}

#photos span
{
  display: none;
}

#music
{
display: block;
width:59px;
height:40px;
background: url(images/nav/music.gif) no-repeat 0 0;
float:left;

}

#music:hover
{ 
  background-position: 0 -40px;
}

#music span
{
  display: none;
}

#media
{
  display: block;
  width: 63px;
  height: 40px;
  background: url(images/nav/media.gif) no-repeat 0 0;
float:left;

}

#media:hover
{ 
  background-position: 0 -40px;
}

#media span
{
  display: none;
}

#live
{
  display: block;
  width: 42px;
  height: 40px;
  background: url(images/nav/live.gif) no-repeat 0 0;
float:left;

}

#live:hover
{ 
  background-position: 0 -40px;
}

#live span
{
  display: none;
}

#guestbook
{
  display: block;
  width: 99px;
  height: 40px;
  background: url(images/nav/guestbook.gif) no-repeat 0 0;
float:left;

}

#guestbook:hover
{ 
  background-position: 0 -40px;
}

#guestbook span
{
  display: none;
}

#merch
{
  display: block;
  width: 117px;
  height: 40px;
  background: url(images/nav/merch.gif) no-repeat 0 0;
float:left;

}

#merch:hover
{ 
  background-position: 0 -40px;
}

#merch span
{
  display: none;
}

#videos
{
  display: block;
  width: 67px;
  height: 40px;
  background: url(images/nav/videos.gif) no-repeat 0 0;
float:left;

}

#videos:hover
{ 
  background-position: 0 -40px;
}

#videos span
{
  display: none;
}

#news
{
  display: block;
  width: 55px;
  height: 40px;
  background: url(images/nav/news.gif) no-repeat 0 0;
float:left;

}

#news:hover
{ 
  background-position: 0 -40px;
}

#news span
{
  display: none;
}

#contact
{
  display: block;
  width: 74px;
  height: 40px;
  background: url(images/nav/contact.gif) no-repeat 0 0;
float:left;

}

#contact:hover
{ 
  background-position: 0 -40px;
}

#contact span
{
  display: none;
}
