
/* 1. Ebene mit Submenue */
#menu li.top_parent {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
text-align : center;
display : block;
white-space : nowrap;
height : 17px;
padding : 3px 11px;
color : #e2001a;
background-color : white;
text-decoration : none;
}
#menu li.top_parent:hover {
color : white;
background-color : #e2001a;
}
/* 2. Ebene mit Submenue   */
#menu li.parent {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
color : #e2001a;
text-align : left;
display : block;
white-space : nowrap;
margin : 0;
padding : 3px 20px 3px 10px;
background-image : url(/images/menu_rarrow.gif);
background-position : right center;
background-repeat : no-repeat;
}
#menu li.parent:hover {
background-position : right center;
background-repeat : no-repeat;
}
/* 1. Ebene ohne Submenue   */
#menu a.top_parent {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
text-align : center;
display : block;
white-space : nowrap;
height : 17px;
padding : 3px 11px;
color : #e2001a;
background-color : white;
text-decoration : none;
}
#menu a.top_parent:hover {
color : white;
background-color : #e2001a;
}
/* 2. Ebene ohne Submenue   */
#menu a {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
text-align : left;
display : block;
white-space : nowrap;
margin : 0;
padding : 3px 20px 3px 10px;
}
#menu a:link, #menu a:visited, #menu a:active {
color : #e2001a;
background-color : white;
text-decoration : none;
}
#menu a:hover {
color : white;
background-color : #e2001a;
text-decoration : none;
}
#menu ul {
list-style : none;
margin : 0;
padding : 0;
float : left;
left : 0;
}
#menu li {
position : relative;
min-height : 1px;
vertical-align : bottom;
}
#menu ul ul {
border : 1px solid #d0d0d0;
position : absolute;
z-index : 500;
top : 23px;
display : none;
background-color : white;
text-align : left;
}
#menu ul ul ul {
position : absolute;
z-index : 750;
top : 0;
left : 100%;
display : none;
background-color : white;
text-align : left;
}
div#menu li:hover {
cursor : pointer;
z-index : 100;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {
display : none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {
display : block;
}
