#menu1{
float:right;
margin:53px 0px 0px 0px;
font-size: 14px;
position: relative;
z-index:100;
line-height: 20px;
}
.menuitem{
  display:block;
  color:#6f6d6b;
  background-color: #FFFFFF;
  width:138px;
  height:36px;
  text-align:center;
  padding:20px 0px 0px 0px;
}
.menuitem:hover{
  color:#ffffff;
  background-color: #b8cb07;
}
.sipka{
cursor: default;
}
.nounderline{
  text-decoration:none;
}
#menu1 ul li ul {
display:none;
}
#menu1 ul li {
float:left;
list-style-type: none;
width:138px;
height:56px;
}
#menu1 ul li ul li {
margin-left:-40px;
}
#menu1 ul li:hover > ul{
  display:block;
}
#menu2-cont {
  position: absolute;
  display: none;
  left: 100%;
  width: 0%;
  overflow: hidden;
  height: 100%;
}
#menu2{
  background-color: #ffffff;
  font-size: 14px;
  z-index:100;
  float:right;
  margin:0px 12px 0px 0px;
  position: relative;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bababa;
}
.menu2item{
  display:block;
  color:#6f6d6b;
  height:30px;
  text-align:left;
  padding-top:14px;
}
.mi2-a1{
  padding-left: 20px;
  width:119px;
  background-image: url(../graph/dot-menu.gif);
  background-repeat: no-repeat;
  background-position: 7px 20px;
}
.mi2-a1:hover{
  color:#ffffff;
  background-color: #b8cb07;
  background-image: url(../graph/dot-menu-hover.gif);
}
.mi2-a2{
  padding-left: 20px;
  width:119px; 
}
.mi2-b{
  padding-left: 34px;
  width: 105px;
  background-image: url(../graph/dot-menu.gif);
  background-repeat: no-repeat;
  background-position: 21px 20px;
}
.mi2-b:hover{
  color:#ffffff;
  background-color: #b8cb07;
  background-image: url(../graph/dot-menu-hover.gif);
}
.mi2-line{
  display: block;
  margin: 0px 0px 0px 0px;
  width: 139px;
  background-color: #e7e7e7;
  height: 1px;
}

@media screen and (max-width: 840px) {
#menu1{
display: none;
}
.zobrazit #menu2-cont {
  display: block;
  left: 0%;
  width: 100%;
  top: 150px;
}
}

@media screen and (max-width: 480px) {
.zobrazit #menu2-cont {
  display: block;
  left: 0%;
  width: 100%;
  top: 125px;
}
}