/**************** menu coding *****************/
#menu a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url(../images/menuarrow.gif) no-repeat 14px 45%;
	font-weight: bold;
}

#menu a:hover {
	background: #ffffff url("../images/menuarrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
}

#menu ul { /* remove bullets and list indents from the submenu */
list-style: none; 
margin: 0;
padding: 0;
}

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	background-color: #FFFFFF;
}

#menu ul ul,
#menu ul li:hover ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul
{display: block;}

.submenu {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}

.dokumenu {
	font-size: 14px;
	text-decoration: underline;
	list-style-position: inside;
}

.dokutitel {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.dokubold {color: #003366}

.dokured {
	color: #FF0000;
	font-weight: bold;
}

[if IE]>
<style type="text/css" media="screen">
#menu {float: left; width: 100%;} /* cure IE5.x "whitespace in lists" problem */
</style>
<![endif]

[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu {float: left; width: 172px;} /* cure IE5.x "whitespace in lists" problem */
#menu a {height: 1%;} /* make links honour display: block; properly */

</style>
<![endif]
