/*
a:link { background: url(image_default.gif); }
a:focus { background: url(image_hover.gif); }
*/


a.menuHome
{
  background: url('img/menu_home.jpg') no-repeat;
  margin: 0;
  padding: 0;
  display: block;
  width: 125px;
  height: 56px;
  float: left;
}
a.menuHome:hover
{
  background: url('img/menu_h_home.jpg') no-repeat;
}

a.menuInfo
{
  background: url('img/menu_informacje.jpg') no-repeat;
  margin: 0;
  padding: 0;
  display: block;
  width: 125px;
  height: 56px;
  float: left;
}
a.menuInfo:hover
{
  background: url('img/menu_h_informacje.jpg') no-repeat;
}

a.menuAdvert
{
  background: url('img/menu_ogloszenia.jpg') no-repeat;
  margin: 0;
  padding: 0;
  display: block;
  width: 125px;
  height: 56px;
  float: left;
}
a.menuAdvert:hover
{
  background: url('img/menu_h_ogloszenia.jpg') no-repeat;
}

a.menuIntegra
{
  background: url('img/menu_integracja.jpg') no-repeat;
  margin: 0;
  padding: 0;
  display: block;
  width: 125px;
  height: 56px;
  float: left;
}
a.menuIntegra:hover
{
  background: url('img/menu_h_integracja.jpg') no-repeat;
}

a.menuContact
{
  background: url('img/menu_kontakt.jpg') no-repeat;
  margin: 0;
  padding: 0;
  display: block;
  width: 125px;
  height: 56px;
  float: left;
}
a.menuContact:hover
{
  background: url('img/menu_h_kontakt.jpg') no-repeat;
}
