/* #######################  Listenmenue 1  ####################### */

#menu_infothek {
  width: 136px;
  position: absolute;
  left: 70px;
}

#menu_infothek ul {
list-style: none;
}

#menu_infothek a, #menu_infothek h2 {
display: block;
margin-bottom: 1px;
padding: 2px 3px;
padding-bottom: 0px;
}

#menu_infothek h2 {
color: #993300;
text-transform: uppercase;
}

#menu_infothek a {
text-decoration: none;
background-image: url(../pics/1pxtrans.gif);
}

#menu_infothek li {
position: relative;
z-index:10;
}

#menu_infothek ul ul ul {
position: absolute;
top: -142px;
left: 100%;
width: 100%;
}

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

/* #######################  Listenmenue 2  ####################### */

#menu2_infothek {
  width: 136px;
  position: absolute;
  left: 70px;
}

#menu2_infothek ul {
list-style: none;
letter-spacing:0em;
}

#menu2_infothek a, #menu2_infothek h2 {
display: block;
margin-bottom: 1px;
padding: 2px 3px;
padding-bottom: 0px;
}

#menu2_infothek h2 {
color: #993300;
text-transform: uppercase;
}

#menu2_infothek a {
text-decoration: none;
background-image: url(../pics/1pxtrans.gif);
}

#menu2_infothek li {
position: relative;
z-index:10;
}

#menu2_infothek ul ul ul {
position: absolute;
top: -87px;
left: 100%;
width: 100%;
}

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

