body {
   behavior: url("../source/csshover3.htc");
}

#menuebox {
	position:absolute;
	padding:0px;
	top: 0px;
	z-index: 200;
}

#menue_background {
	background-color:#436b77;
	height:30px;
	width:3000px;
	position:absolute;
	padding:4px;
	top: 0px;
	z-index: 1;
}

#menue {
	position:absolute;
	top: 0px;
	z-index: 200;
	background-color:#436b77;
}

#menu1 {
	position:absolute;
	top: 10px;
	z-index: 200;
	left: 40px;
	width: 300px;
} 

#menu {
	position:absolute;
	top: 0px;
	z-index: 200;
	left: 400px;
	width: 12em;
} 

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

}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 13px/16px "verdana", arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color:#436b77;				
}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
padding:0px;

} 

#menu ul 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 */
}


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

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


#menu {
	width: 100%;
	float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;

}



[if IE]>
<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 ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.8em/1.4em "verdana", arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]


/*vertikal*/

#menu a, #menu h2 {
font: bold 12px/16px "verdana", arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	padding-left:20px;
	color: #fff;
	text-transform: uppercase;
	background-color: #436b77;
}

#menu a {
color: #fff;
background: #436b77;				/*   Hintergrund ausklappbares menue   */
text-decoration: none;
padding-left:20px;

}

#menu a:hover {
color:#fff;				/*  SCHRIFT FARBE*/
text-decoration:underline;
/*background: #002222;
*/
}


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

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


[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: normal 0.8em/1.4em "verdana", arial, helvetica, sans-serif;
}
</style>
<![endif]

