a.link.glowna
{
   left: 615px;
   top: 120px;
   background: url(/images/glowna.png) no-repeat;
}

a.link.oferta
{
   left: 570px;
   top: 155px;
   background: url(/images/oferta.png) no-repeat;
}

a.link.galeria
{
   left: 510px;
   top: 190px;
   background: url(/images/galeria.png) no-repeat;
}

a.link.kontakt
{
   left: 440px;
   top: 225px;
   background: url(/images/kontakt.png) no-repeat;
}

a.link
{
   position: absolute;
   display:block;
   height:29px;
   overflow:hidden;
   width:264px;
}

a.link:hover
{
   background-position: 0px -29px;
}

a.link span
{
   display:block;
   text-indent: -9999px;
}

