/* Root = Horizontal, Secondary = Vertical */
/*hl menu*/
ul#menu {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
  border: 0 none;
  padding: 0px;
  width: 976px; /*For KHTML*/
  list-style: none;
  height: 46px;
}
/*položka hl. menu*/
ul#menu li {
	text-align: left;
  margin: 0px;
  border: 0 none;
  padding: 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}
/*buttony rootu hl. menu*/
ul#menu li table tr td{
  color: #fff;
	margin: 0;
	border: 0 none;
	padding: 0;
	height: 46px;
	font-size: 12px;
  text-align: center;
}

ul#menu li table tr td.menu_root_button_l {
  width: 1px;
}
ul#menu li:hover table tr td.menu_root_button_l {
}
ul#menu li table tr td.menu_root_button_l_first {
	width: 0px;
}
ul#menu li:hover table tr td.menu_root_button_l_first {
}

ul#menu li table tr td.menu_root_button_c {
  background-image:url('../../../img/menu-pozadi.png');
  background-position: left top;
  background-repeat: no-repeat;
	cursor: pointer;
	padding: 0px 8px;
  width: 145px;
  height: 46px;
}
ul#menu li:hover table tr td.menu_root_button_c {
  background-position: left bottom;
  color: #fff !important;
}

ul#menu li table tr td.menu_root_button_r {
  width: 1px;
}
ul#menu li:hover table tr td.menu_root_button_r {
}
ul#menu li table tr td.menu_root_button_r_last {
	width: 0px;
}
ul#menu li:hover table tr td.menu_root_button_r_last {
}

ul#menu li {
  text-transform: uppercase;
}

ul#menu li a {
  font-weight: bold;
}

ul#menu li ul li {
  text-transform: none;
}

ul#menu li ul li a {
  font-weight: normal;
}

/*podnabídka hl. menu*/
ul#menu ul {
  margin: 0;
  border: none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#menu a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
	background-color: #FFF;
  color: #000;
  font: 10px Arial, Helvetica, sans-serif;
	line-height: 22px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#menu ul {
  border-top: 1px solid #56bbea;
  border-left: 1px solid #56bbea;
  border-right: 1px solid #56bbea;
}

ul#menu ul li a {
	line-height: 20px;
	background-image: none;
	font-size:12px;
  padding: 2px 8px;
  border-bottom: 1px solid #56bbea;
}
ul#menu ul li a.x {
	padding-right: 12px;
	background-image:url('../../../img/menu-sipka.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

ul#menu ul li a.x:hover, ul#menu ul li:hover a.x {
  background-image:url('../../../img/menu-sipka.gif');
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
  /*background-color: #0089C1;*/
	background-image: none;
  color: #555;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
	color: #FFF;
  background-color: #409fcb;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  background-color: #0e3a5b;
  color: #FFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background-color: #409fcb;
  color: #FFF;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background-color: #0e3a5b;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background-color: #409fcb;
  color: #FFF;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background-color: #0e3a5b;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: -1px;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}