#menu1 {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 42px;
  position: relative;
}
#menu1 span {
  display: none;
  position: absolute;
}
#menu1 a {
	text-decoration:none;
	display: block;
	text-indent: -3000%;
	position: absolute;
	outline: none;
}
#menu1 a:hover {
  background-position: left bottom;
}
#menu1 a:hover span {
  display: block;
}
#menu1 .inicio {
  width: 66px;
  height: 42px;
  background: url(../header/btn_inicio.png) no-repeat;
  left:0px;
  top: 0px;
}
#menu1 .inicio span {
  width: 66px;
  height: 0px;
  left: 0px;
  top: -42px;
}
#menu1 .ringtones {
  width: 103px;
  height: 42px;
  background: url(../header/btn_ringtones.png) no-repeat;
  left:0px;
  top: 0px;
}
#menu1 .ringtones span {
  width: 103px;
  height: 0px;
  left: 0px;
  top: -42px;
}

#menu1 .fotos {
  width: 66px;
  height: 42px;
  background: url(../header/btn_fotos.png) no-repeat;
  left:0px;
  top: 0px;
}

#menu1 .fotos span {
  width: 66px;
  height: 0px;
  left: 0px;
  top: -42px;
}
#menu1 .fotossel {
  width: 66px;
  height: 42px;
  background: url(../header/btn_fotos.png) no-repeat;
  background-position: left bottom;
  cursor:default;
}
#menu1 .fotossel span {
  width: 66px;
  height: 0px;
  left: 0px;
  top: -42px;
}
#menu1 .trivias {
  width: 71px;
  height: 42px;
  background: url(../header/btn_trivias.png) no-repeat;
  left:0px;
  top: 0px;
}
#menu1 .trivias span {
  width: 71px;
  height: 0px;
  left: 0px;
  top: -42px;
}
