#menu_comix {
  margin: -17pt 0 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  position: relative;
}
#menu_comix span {
  display: none;
  position: absolute;
}
#menu_comix a {
  display: block;
  text-indent: -900%;
  position: absolute;
}
#menu_comix a:hover {
  background-position: left bottom;
}
#menu_comix a:hover span {
  display: block;
}

#menu_comix #current a{
  background-position: left bottom;
}
  
#menu_comix .torre_rotolata {
  background: transparent url(../../images/torre_rotolata.gif) no-repeat scroll left top;
  width: 203px;
  top: 156px;
  left: 0px;
  height: 41px;
}
#menu_comix .avventura_inizio {
  background: transparent url(../../images/avventura_inizio.gif) no-repeat scroll left top;
  width: 203px;
  left: 0px;
  top: 71px;
  height: 41px;
}
#menu_comix .antefatto {
  background: transparent url(../../images/antefatto.gif) no-repeat scroll left top;
  height: 41px;
  width: 135px;
  top: 113px;
  left: 0px;
}

