#navi_top ul.deep1 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#navi_top ul.deep1 li {
    width: 120px;
    height: 44px;
    font-size: 12px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0;
    text-indent: 0;
    float: left;
}

#navi_top ul.deep1 li a {
    text-decoration: none;
    color: #515167;
    display: block;
}

#navi_top ul.deep1 li a:hover {
    color: #656598;
    text-decoration: none;
}

#navi_top ul.deep1 li.mainlevelactive {
    background: url(/fileadmin/sektkellerei_neu/img/bg_navi_top_active.gif) top right no-repeat;
    color: #00004f;
}




#box_left ul.deep2 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

#box_left ul.deep2 li {
    background: url(/fileadmin/sektkellerei_neu/img/bg_navi_vertical_inactive.png) repeat-y;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin: 2px 0;
    padding: 0 0 0 10px;
}

#box_left ul.deep2 li a {
    display: block;
    text-decoration: none;
    color: #515167;
}

#box_left ul.deep2 li a:hover {
    color: #656598;
    background: url(/fileadmin/sektkellerei_neu/img/bg_navi_vertical_active.png) top right repeat-y;
}

#box_left ul.deep2 li.sublevelactive {
    background: url(/fileadmin/sektkellerei_neu/img/bg_navi_vertical_active.png) repeat-y;
}


#box_left ul.deep2 li.sublevelactive span {
    color: #00006d;
    display: block;
}

#box_left ul.deep3 {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
}

#box_left ul.deep3 li {
    background: url(/fileadmin/sektkellerei_neu/img/bg_navi_vertical_sub_inactive.png) repeat-y;
    line-height: 20px;
    font-size: 11px;
    font-weight: normal;
    border-bottom: none;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 1px 0 1px 18px;
}

#box_left ul.deep3 li a {
    display: block;
    background: none;
    text-decoration: none;
}

#box_left ul.deep3 li a:hover {
    color: #656598;
}

#box_left ul.deep3 li.subsublevelactive {
background: url(/fileadmin/sektkellerei_neu/img/bg_navi_vertical_sub_active.png) repeat-y;
    display: block;
    color: #00006d;
}