/* 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;
line-height:24px;
height : 24px;
padding : 3px 11px;
margin:0;
color: #cc0000;
background-color : #efefef;
text-decoration : none;
text-transform:uppercase;
}
#menu li.top_parent:hover {
color : white;
background-color: #cc0000;
}
/* 2. Ebene mit Submenue   */
#menu li.parent {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
color : white;
text-align : left;
display : block;
white-space : nowrap;
margin : 0;
color: #cc0000;
background-color : #efefef;
padding : 3px 20px 3px 12px;
background-image : url(/images/menu_rarrow.gif);
background-position : right center;
background-repeat : no-repeat;
}
#menu li.parent:hover {
color: white;
background-color: #cc0000;
text-decoration : none;
display : block;
}
/* 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;
text-transform:uppercase;
display : block;
white-space : nowrap;
line-height:24px;
height : 24px;
margin:0;
padding : 3px 11px 3px 11px;
color: #cc0000;
text-decoration : none;
}
#menu a.top_parent:hover {
color: white;
background-color : #cc0000;
}
/* 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 12px;
}
#menu a:link, #menu a:visited, #menu a:active {
color: #cc0000;
background-color : #efefef;
text-decoration : none;
}
#menu a:hover {
color: white;
background-color: #cc0000;
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-top : 4px solid #cc0000;
border-left : 1px solid #cc0000;
border-right : 1px solid #cc0000;
border-bottom : 4px solid #cc0000;
position : absolute;
z-index : 500;
top : 30px;
display: none;
background-color : #efefef;
text-align : left;
text-transform:none;
}
#menu ul ul ul {
position : absolute;
z-index : 750;
top : 0;
left : 100%;
display : none;
background-color : #efefef;
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;
}