#header #menu ul {
  position: relative; 
  line-height: 30px;
  height: 30px;
}

#header #menu li {
  float: left;
  list-style: none;
  font-size: 1em;
}

#header #menu li a{
  padding-left: 13px;
  padding-right: 13px;
  height: 30px;
  float: left;
  display: block;
  color: #FFFFFF;
  font-style: Arial;
  text-decoration: none;
}

#header #menu li .active {
  padding-left: 13px;
  padding-right: 13px;
  height: 30px;
  float: left;
  display: block;
  background: #FFFFFF;
  color: #2d5496;
  font-style: Tahoma;
  text-decoration: none;
  font-weight: bold;
}

/* Jazykove Menu */ 

#header #lang-menu ul {
  position: relative;
  line-height: 30px;
  height: 30px;
}

#header #lang-menu li {
  float: left;
  list-style: none;
  font-size: 1em;
}

#header #lang-menu li a{
  padding-left: 7px;
  padding-right: 7px;
  height: 30px;
  float: left;
  display: block;
  color: #FFFFFF;
  font-style: Arial;
  text-decoration: none;
  border: none;
}

#header #lang-menu .active {
  padding-left: 7px;
  padding-right: 7px;
  height: 30px;
  float: left;
  display: block;
  background: #FFFFFF;
  color: #2d5496;
  font-style: Tahoma;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

