/* NAVI START */

.menu-level1, .menu-level2, .menu-level3 {
        list-style-type: none;
        font-weight: bold;
}

.menu-level2 {
        margin-left: 20px;
}

.menu-level3 {
        margin-left: 40px;
 }
 
.menu-level1-active {
       border-top: 1px solid black;
       border-bottom: 1px solid black;
}

.menu-level2-active {
       background-color: #666666;
       border-bottom: 1px solid white;
}

.menu-level1-current-active  {
       border-top: 1px solid black;
       border-bottom: 1px solid black;
}

.menu-level2-current-active {
      background-color: #666666;
}