
/* without text */
#menu {
display:block; 
height: 88px; 

}

#menu ul {
margin:0; 
padding:0; 
list-style-type:none;

}

#menu li {
float:left; 

display:block; 
width: auto; 
height: 88px;

}

#menu li.list1 {
background:transparent url(../images/home.gif);
width: 86px;
}

#menu li.list2 {
background:transparent url(../images/store.gif);
width: 104px;
}

#menu li.list3 {
background:transparent url(../images/artists.gif);
width: 104px;
}

#menu li.list4 {
background:transparent url(../images/services.gif);
width: 118px;
}

#menu li.list5 {
background:transparent url(../images/contact.gif);
width: 115px;
}

#menu li.list6 {
background:transparent url(../images/videos.gif);
width: 111px;
}

#menu li.list7 {
background:transparent url(../images/pictures.gif);
width: 118px;
}

#menu li.list8 {
background:transparent url(../images/shows.gif);
width: 104px;
}

#menu li.list9 {
background:transparent url(../images/topleft.gif);
width: 51px;
}

#menu li.list10 {
background:transparent url(../images/topright.gif);
width: 40px;
}

#menu a {
display:block; 
width:115px; 
padding-top:86px; 
height:0; 
color:#000; 
text-decoration:none; 
overflow:hidden;
}

* html #menu a:link, * html #menu a:visited {height:88px; he\ight:0;}

#menu a#item1 {
background:transparent url(../images/home2.gif) -115px -86px no-repeat;
width: 86px;
}

#menu a#item2 {
background:transparent url(../images/store2.gif) -115px -86px no-repeat;
width: 104px;
}
#menu a#item3 {
background:transparent url(../images/artists2.gif) -115px -86px no-repeat;
width: 104px;
}
#menu a#item4 {
background:transparent url(../images/services2.gif) -115px -86px no-repeat;
width: 118px;
}

#menu a#item5 {
background:transparent url(../images/contact2.gif) -115px -86px no-repeat;
width: 115px;
}

#menu a#item6 {
background:transparent url(../images/videos2.gif) -115px -86px no-repeat;
width: 111px;
}

#menu a#item7 {
background:transparent url(../images/pictures2.gif) -115px -86px no-repeat;
width: 118px;
}

#menu a#item8 {
background:transparent url(../images/shows.gif) -115px -86px no-repeat;
width: 104px;
}

#menu a#item9 {
background:transparent url(../images/topleft.gif) -115px -86px no-repeat;
width: 51px;
}

#menu a#item10 {
background:transparent url(../images/topright.gif) -115px -86px no-repeat;
width: 40px;
}


#menu a#item1:hover {background-position:top right; z-index:50;}
#menu a#item2:hover {background-position:top right; z-index:50;}
#menu a#item3:hover {background-position:top right; z-index:50;}
#menu a#item4:hover {background-position:top right; z-index:50;}
#menu a#item5:hover {background-position:top right; z-index:50;}
#menu a#item6:hover {background-position:top right; z-index:50;}
#menu a#item7:hover {background-position:top right; z-index:50;}
#menu a#item8:hover {background-position:top right; z-index:50;}
#menu a#item9:hover {background-position:top right; z-index:50;}
#menu a#item10:hover {background-position:top right; z-index:50;}
* html #menu a:hover {height:86px; he\ight:0;}





