/* Begin CSS Drop Down Menu */
#menuh-container
	{
	}

#menuh
	{
	font-family: Tahoma, Arial, sans-serif;
	width: 510px;	
	float:left;
	margin-left: 20px;
	}
		
#menuh a
	{
	display:block;
	border-top: 1px solid white;
	/*white-space:nowrap;*/
	margin:0;
	padding: 0.4em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	/*background-color: cornflowerblue;*/
	background-color: #4b736b;
	text-decoration:none;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-size: 13px;
	font-weight: bold;
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: white; /* for IE hover */
	color: #888181 !important;
	border: 0;
	border-left: 2px solid #4b736b;
	padding: 0 5px 0 5px;
	margin: 0;
	line-height: 51px;
	white-space:nowrap;
	}
	
#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
	{
	background-image: url(r_arrow_li.gif);/*tady patri sipka se sedym pozadim !!! */
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: auto !important;
	width: 0;
	text-align: center;
	background-color: transparent !important;
	/*width of all menu boxes */
	}

#menuh li
	{
	position:relative;
  min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 0em;
	margin: 0em 0 0 0em;*/
	width: 180px !important;
	text-align: left;
	
	}

/*#menuh li li {
	margin-left: 0.1em;
	}	
	*/

/**********************************************************************/
/** definice hlavne barev bloku submenu - hlavni se zde nepocita !!!  */
/** zanoreni max 7 level - hlavni je 0 !!!                            */
/** barva posledniho listu je stejna jako jeji koren, ostatni se lisi */
/**********************************************************************/
#menuh li li {
	margin-left: 0.2em !important;
	margin-left: 0em; /* margin for IE */
	font-size: 12px;
	background-color: #888181;
	}

#menuh li li li {
	background-color: #aaa3a3;
	}
#menuh li li li li {
	background-color: #ccc5c5;
	}
#menuh li li li li a {
	color: black !important;
	}
#menuh li li li li a:hover {
	color: white !important;
	}
	
#menuh li li li li li {
	background-color: #d6d0d0;
	}
#menuh li li li li li li {
	background-color: #e1dada;
	}
#menuh li li li li li li li {
	background-color: #e1dada;
	}
/**********************************************************************/
/** konec definice bloku submenu                                      */
/**********************************************************************/

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

/********************************************************/
/** navysenim tohoto bloku o dalsi -li- pridame sublevel  */
/** zatim nadefinovano max. 7, hlavni je 0              */
/********************************************************/
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul,
div#menuh li li li li li:hover ul ul,
div#menuh li li li li li li:hover ul ul,
div#menuh li li li li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul,
div#menuh li li li li li:hover ul,
div#menuh li li li li li li:hover ul,
div#menuh li li li li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
