.horizontalcssmenu ul{float: left; margin: 0; padding: 0; list-style-type: none; z-index: 10; margin-top: 1px; }
.horizontalcssmenu ul li{ position: relative; display: inline; float: left;  }
.horizontalcssmenu ul li a{
  display: block;
  padding: 12px 0 0 15px;
  border-left-width: 0;
  text-decoration: none;
  color: white;
  font-size: 12px;
  height: 25px;
  font-weight: bolder;
  width: 183px; border: 1px solid #fff;
}
.horizontalcssmenu ul li a.MenuActive { background-color: #c72027; }
.horizontalcssmenu ul li a.MenuZvyrazneni { font-weight: bolder; }
.horizontalcssmenu ul li a:hover { background-color: #e6e7e9; color: #000; }

/* Vyjížděcí menu */
.horizontalcssmenu ul li ul{
  margin-top: 1px;
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 100;
  background-color: #e6e7e9;
}
.horizontalcssmenu ul li ul li { display: inline; float: none; }
.horizontalcssmenu ul li ul li a{ color: #000; width: 250px; font-weight: normal; padding: 10px 5px 2px 15px; border-top: solid 1px #fff; font-weight: bolder; font-size: 11px; }
.horizontalcssmenu ul li a:hover{ }
.horizontalcssmenu ul li ul li a:hover{ background-color: #c72027; color: #fff;  }
.horizontalcssmenu .arrowdiv { position: absolute; right: 0; background: transparent url(menuarrow.gif) no-repeat center left; }


* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
