#stranka {
  top:167px;
}

#categoriesfix {
  position:absolute;
  top:131px;
  width:100%;
  z-index:3;
}

#categories {
  height:35px;
  width:983px;
  margin:0 auto;
  background:#666 url(../images/categories-bg.png) left top repeat-x;
}
#categories ul li {
  display:inline;
}
#categories ul li a {
  display:block;
  float:left;
  height:26px;
  padding:9px 10px 0 10px;
  color:#fff;
  font-weight:bold;
  background:url(../images/categories-a.png) right 0 no-repeat;
}
#categories ul li a:hover {
  background:url(../images/categories-a.png) right -35px no-repeat;
}  