
#menuPreload
{
  display: block;
  margin: 0;
  padding: 0;
  height: 0px;
  width: 0px;
  background: url('img/menu_witamy_h.jpg') no-repeat;
  background: url('img/menu_oferta_h.jpg') no-repeat;
  background: url('img/menu_kontakt_h.jpg') no-repeat;
  background: url('img/menu_galeria_h.jpg') no-repeat;
  visibility: hidden;
}

a.menuWitamy
{
  display: inline;
  margin: 0; padding: 0;
  width: 101px;
  height: 26px;
  float: left;
  background: url('img/menu_witamy.jpg') no-repeat;
}
a.menuWitamy:hover
{
  background: url('img/menu_witamy_h.jpg') no-repeat;
}

a.menuOferta
{
  display: inline;
  width: 88px;
  height: 26px;
  float: left;
  background: url('img/menu_oferta.jpg') no-repeat;
}
a.menuOferta:hover
{
  background: url('img/menu_oferta_h.jpg') no-repeat;
}

a.menuGaleria
{
  display: inline;
  width: 88px;
  height: 26px;
  float: left;
  background: url('img/menu_galeria.jpg') no-repeat;
}
a.menuGaleria:hover
{
  background: url('img/menu_galeria_h.jpg') no-repeat;
}

a.menuKontakt
{
  display: inline;
  width: 100px;
  height: 26px;
  float: left;
  background: url('img/menu_kontakt.jpg') no-repeat;
}
a.menuKontakt:hover
{
  background: url('img/menu_kontakt_h.jpg') no-repeat;
}
