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

