#napisSzukaj
{
  position:            absolute;
  top:                 55px;
  left:                690px;
  width:               70px;
  height:              24px;
  background:          url(../../images/szukaj.png);
  background-repeat:   no-repeat;
}
#napisSzukaj:hover
{
  background:          url(../../images/szukajHover.png);
  background-repeat:no-repeat;
}

#napisSzukaj a
{
  width:               65px;
  height:              33px;
  min-height:          33px;
  min-width:           65px;
  display:             block;
  cursor:              pointer;
}

#poleSzukania
{
  position:            absolute;
  left:                765px;
  top:                 55px;
  width:               auto;
  height:              auto;
  border-width:        0;
  border-style:        none;
}

#poleSzukania fieldset
{
  margin:              0;
  padding:             0;
  border-width:        0;
  border-style:        none;
}
#poleSzukania input
{
  width:               225px;
}

#menuGlowne
{
  position:            relative;
  left:                0px;
  top:                 0px;
  height:              70px;
  width:               1002px;
  background-color:    white;
}

#pasekNadMenu
{
  position:            absolute;
  left:                0px;
  top:                 0;
  height:              58px;
  width:               1001px;
  background:          url(../../images/tloCalegoMenu.png);
  background-repeat:   repeat-x;
}

#menuGlowne ul
{
  list-style:          none;
  padding:             0;
  margin:              0;
  z-index:             2;
}

#menuGlowne li
{
  float:               left;
  display:             block;
  height:              21px;
  width:               120px;
  margin:              0px;
  text-align:          right;
  padding-right:       0px;
  padding-left:        0px;
  padding-bottom:      0px;
 }
#menuGlowne #menuSelected
{
  background:          url(../../images/tloMenuZaznaczonego.png);
  background-repeat:   repeat-x;
}

#menuGlowne li a
{
  float:               none;
  display:             block;
  font-size:           14px;
  font-family:         verdana;
  color:               black;
  height:              21px;
  min-height:          21px;
  text-decoration:     none;
  cursor:              pointer;
  background-repeat:   no-repeat;
  border:0;
  padding:0;
  margin:0;
 }

#ksiegarniaMenu a:hover,#wydawnictwo a:hover,#pracownia a:hover,#kontakt a:hover,#konto a:hover,#koszyk a:hover
{
  background-position: 0px -21px;
}

#ksiegarniaMenu.selected a,#wydawnictwo.selected a,#pracownia.selected a,#kontakt.selected a,#konto.selected a,#koszyk.selected a
{
  background-position: 0px -42px;
}
/*osobno dla obrazkow z tekstami predefiniowanymi*/
#ksiegarniaMenu a
{
  background:          url(../../images/menuButtons/ksiegarnia.png);
}

#wydawnictwo a
{
  background:          url(../../images/menuButtons/wydawnictwo.png);
}
#pracownia a
{
  background:          url(../../images/menuButtons/pracownia.png);
}
#kontakt a
{
  background:          url(../../images/menuButtons/kontakt.png);
}
#konto a
{
  background:          url(../../images/menuButtons/konto.png);
}
#koszyk a
{
  background:          url(../../images/menuButtons/koszyk.png);
}





