/* fancymenu */
#fancymenu {
  width: 950px; min-height: 1px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#fancymenu ul {
  list-style: none;
  margin: 0; padding: 0;
}
#fancymenu ul li {
  float: left;
  list-style: none;
}
#fancymenu ul li h2{
  background-position: center 13px;
}
#fancymenu ul li h2 a {
  display: block;
  height: 150px;
  position: relative;
  float: left;
  overflow: hidden;
  color: #f7f6f1;
  cursor: hand;
  outline: none;
  z-index: 10;
  border-right: 1px solid #28272B;
}

#rozcestnik a{
  width: 1px; height: 150px;
  margin: 0; padding: 0;
}
#produkcni-agentura {
  width: 227px; height: 150px;
  background: url('../images/fancymenu/produkcni-agentura.png') no-repeat;
}
#produkcni-agentura a {
  display: block;
  width: 227px; height: 150px;
}
#produkcni-agentura a:hover{
  background-position: center -117px;
}

#reklamni-agentura {
  width: 220px; height: 150px;
  background: url('../images/fancymenu/reklamni-agentura.png') no-repeat;
}
#reklamni-agentura a {
  display: block;
  width: 220px; height: 150px;
}
#reklamni-agentura a:hover{
  background-position: center -117px;
}

#event-marketing {
  width: 164px; height: 150px;
  background: url('../images/fancymenu/event-marketing.png') no-repeat;
}
#event-marketing a {
  display: block;
  width: 164px; height: 150px;
}
#event-marketing a:hover{
  background-position: center -117px;
}

#hudebni-nastroje {
  width: 228px; height: 150px;
  background: url('../images/fancymenu/hudebni-nastroje.png') no-repeat;
}
#hudebni-nastroje a {
  display: block;
  width: 228px; height: 150px;
}
#hudebni-nastroje a:hover{
  background-position: center -117px;
}

#fancymenu .background .left {
  height: 150px;
}
#fancymenu li.background {
  background: url('../images/fancymenu/fancymenu-bg.png');
  z-index: 8;
  position: absolute;
  visibility: hidden;
}

