/* ELEMENTY MENU */

a.link.main
{
   left: 20px;
   top: 255px;
   background: url(/images/menu/main.png) no-repeat;
}

a.link.offer
{
   left: 155px;
   top: 255px;
   background: url(/images/menu/oferta.png) no-repeat;
}

a.link.portfolio
{
   left: 290px;
   top: 255px;
   background: url(/images/menu/portfolio.png) no-repeat;
}

a.link.pricelist
{
   left: 425px;
   top: 255px;
   background: url(/images/menu/cennik.png) no-repeat;
}

a.link.contact
{
   left: 560px;
   top: 255px;
   background: url(/images/menu/kontakt.png) no-repeat;
}

a.link
{
   position: absolute;
   display:block;
   height:17px;
   overflow:hidden;
   width:135px;
}

a.link:hover
{
   background-position: 0px -17px;
}

a.link span
{
   display:block;
   text-indent: -9999px;
}
