/* Style-sheet für die Menüleiste */

#menuebalken{
    width: 100%;
    min-width: 1000px;
    height: 36px;
    padding: 2px 0;
    margin: 2px auto 0;
    background: url(../images/seitenelemente/menue_bg.png);
    background-color: #21560E;
    border-top: 2px groove #21560E;
    border-bottom: 2px groove #21560E;
}

ul#navmenu-h {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
}

ul#navmenu-h ul {
    width: 110px; /* Sub Menu Width */
    margin: 0 0 0 0px;
    list-style: none;
    display: none;
    position: absolute;
    top: 24px;
    padding-top: 9px;
    background: #21560E;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
    position: absolute;
    top: 9px;
    margin-top: -9px;
    padding-top: 0px;
    padding-bottom: 0px;
    left: 100%;
}

ul#navmenu-h li {
    /* background-color: #21560E; */
    padding: 0;
    width: 147px;
    float: left;
    display: inline;
    position: relative;
    margin-top: 6px;
    margin-left: 16px;
    border: 0px solid #000000;
    text-align: center;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif ;
    text-decoration: none;
    /* border: 1px outset #DEE8D7;
    background: #DEE8D7; */
}

ul#navmenu-h ul li {
    width: 136px;
    display: block;
    margin-top: 0px;
    margin-left: -35px;
    padding: 0px 9px 0 0;
    border: none;
}

/* Root Menu */
ul#navmenu-h a {
    padding: 5px;
    float: left;
    display: block;
    color: #000;
    font-size: 80%;
    font-family: Verdana, Arial, sans-serif ;
    text-decoration: none;
    width: 138px;
    background: #DEE8D7;
    border: 1px inset #DEE8D7;
}

/* Root Menu Hover Persistence */
ul#navmenu-h li a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li a:hover,
ul#navmenu-h li.iehover a {
    border: 1px solid #21560E;
    background: #21560E;
    color: #ffffff;
    font-weight: bold;
    font-size: 70%;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
    width: 141px;
    height: 12px;
    float: none;
    margin: 0px 0 0 0px;
    padding: 3px 1px 4px;
    border: 1px outset #DEE8D7;
    background: #DEE8D7;
    text-align: center;
    color: #420A1A;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
    border: 1px solid #21560E;
    background: #21560E;
    color: #ffffff;
    font-weight: bold;
    font-size: 70%;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
    border: 1px outset #DEE8D7;
    background: #DEE8D7;
    margin: 0px 0 0 4px;
    color: #420A1A;
    font-weight: normal;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
    border: 1px solid #21560E /* #420A1A */;
    background: #21560E /* #420A1A */;
    color: #ffffff;
    font-weight: bold;
    font-size: 70%;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
    border: 1px outset #DEE8D7;
    background: #DEE8D7;
    color: #420A1A;
    font-weight: normal;
}

/* 4th Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li:hover a {
    border: 1px solid #21560E /* #420A1A */;
    background: #21560E/* #420A1A */;
    color: #ffffff;
    font-weight: bold;
    font-size: 70%;
}

/* 5th Menu */
ul#navmenu-h li:hover li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li a {
    border: 1px outset #DEE8D7;
    background: #DEE8D7;
    color: #420A1A;
    font-weight: normal;
}

/* 5th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li a:hover {
    border: 1px inset #DEE8D7;
    background: #999;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul{
    display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
    display: block;
}

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# */

a #mb1, a #mb2, a #mb3, a #mb4, a #mb5, a #mb6 {
    width: 148px;
}

/* #mb1          { background: url(../images/seitenelemente/m1.png) no-repeat; }
#mb1 :hover   { background: url(../images/seitenelemente/m1_a.png) no-repeat;} */
/* ----- */
/* #mb2          { background: url(../images/seitenelemente/m2.png) no-repeat; }
#mb2 :hover   { background: url(../images/seitenelemente/m2_a.png) no-repeat; } */
/* ----- */
/* #mb3          { background: url(../images/seitenelemente/m3.png) no-repeat; }
#mb3 :hover   { background: url(../images/seitenelemente/m3_a.png) no-repeat; } */
/* ----- */
/* #mb4          { background: url(../images/seitenelemente/m4.png) no-repeat; }
#mb4 :hover   { background: url(../images/seitenelemente/m4_a.png) no-repeat; } */
/* ----- */
/* #mb5          { background: url(../images/seitenelemente/m5.png) no-repeat; }
#mb5 :hover   { background: url(../images/seitenelemente/m5_a.png) no-repeat; } */
/* ----- */
/* #mb6          { background: url(../images/seitenelemente/m6.png) no-repeat; }
#mb6 :hover   { background: url(../images/seitenelemente/m6_a.png) no-repeat; } */

/* #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# */


