/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1em;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3em;
}
#cssmenu {
  width: 100%;
  
  /* --- ZAKOMENTOVÁNY KULATÉ ROHY
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px; 
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
--- */
}
#cssmenu > ul > li {
	margin: 0 0 3px;
	background-color: #FFFFFF;

}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
	font-size: 17px;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	background: #284944;
	
	background: -webkit-linear-gradient(left,#284944 50%,#642921 75%, #cdc08c 95%);
	background: -o-linear-gradient(right,#284944 50%,#642921 75%, #cdc08c 95%);
	background: -moz-linear-gradient(right,#284944 50%,#642921 75%, #cdc08c 95%);
	background: linear-gradient(to right,#284944 50%,#642921 75%, #cdc08c 95% );

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px !important;
}
#cssmenu > ul > li > a > span {
	display: block;
	border: 1px solid #ffffff;
	padding: 6px 10px;
	
	

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}

#cssmenu > ul > li.active > a {
  background: #2e559c;
  
  
  background: -webkit-linear-gradient(left,#cdc08c 10%,#642921 35%, #284944 100%);
	background: -o-linear-gradient(right,#cdc08c 10%,#642921 35%, #284944 100%);
	background: -moz-linear-gradient(right,#cdc08c 10%,#642921 35%, #284944 100%);
	background: linear-gradient(to right,#cdc08c 10%,#642921 35%, #284944 100% );
  
  color: #fff;
  text-shadow: 0 1px 1px #000;
  
}

#cssmenu > ul > li.active > a span {
 
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}

/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}

#cssmenu ul ul li {
  padding: 3px 0;
}

#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 16px;
  font-weight: bold;
}

#cssmenu ul ul a:hover {
  color: #15397c;
}

#cssmenu ul ul a.zvol {
  color: #15397c;
}

#cssmenu ul a:hover {
  color: #e8faff;
}

li.mit_LEL0, li.mit_ZMZ0 {
  display: none;
}
