/* allgemein */
.flymenu {
position: absolute;
left:-15px; top:20px; width:0px; height:0px;
text-align: left;
z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
.flymenu ul {
position:absolute;
left:0px; top:0px; width:0px; height:0px;
padding:0;
margin: 0;   /* Position des Menus */
list-style-type:none;
list-style-position:inside;
width:150px; 
text-align: left;
z-index:100;
}

/* get rid of the table */
table.flymenu {
position:relative; 
border-collapse:collapse; 
top:0; left:10; 
font-size:1em;
/* font-size:1em; */
z-index:100;
}

/* style the links */
.flymenu a, .flymenu a:visited {
display:block; 
text-decoration:none;
padding: 0 0 0 5px;    
/* height:25px; */
line-height:25px;
width:110px; 
color: rgb(1,84,150);   /* Schriftfarbe   */
font-weight:bold;
font-size:9px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background-color: #EBEBEB;
z-index:100;       /* ??? */
}

/* style the links */
.flymenu a.tab {
display:block; 
text-decoration:none;
padding: 0 0 0 5px;    
/* height:25px; */
line-height:25px;
width:160px; 
color: rgb(1,84,150);   /* Schriftfarbe   */
font-weight:bold;
font-size:9px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background-color: #EBEBEB;
z-index:100;       /* ??? */
}


* html .flymenu a, * html .flymenu a:visited {
background:#EBEBEB; 
width:150px; 
}

/* style the link hover */
* html .flymenu a:hover {
color: rgb(1,84,150);
background:#ffffff;
z-index:100;  /* ??? */
}

.flymenu :hover > a {
color: white; 
background:rgb(1,84,150);  /* Hover- Hintergrund  */
z-index:100;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.flymenu ul ul {
visibility:hidden;
position:absolute;
top:0;
Left:110px; 
z-index:105;       /* ??? */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.flymenu ul ul ul{
visibility:hidden;
position:absolute;
top:0;
left:140px;
z-index:105;       /* ??? */
}

/* make the second level visible when hover on first level list OR link */
.flymenu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.flymenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.flymenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.flymenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.flymenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/*  wegen fehler

</style> 
