.navi {
}
.naviHeadline {
}
.naviLevel1 {
    display: block;
}
.naviLevel2 {
    display: none;
}
.navi a {
    background: url("../images/Navibutton-Hundeschule.png") no-repeat;
    background-position: 0px -2px;
    margin-left: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #555;
    font-size: 14px;
    text-align: center;
} 
.navi a:hover {
    background: url("../images/Navibutton-Hundeschule-active.png") no-repeat;
    background-position: 0px -2px;
    text-decoration: none;
    color: #888;
    text-shadow: 0em 0em 4px #999;
}
.naviNormal {
}
.naviActive {
    font-weight: bold;
}
.naviOpen {
    font-weight: bold;
}
.naviGroupSeparator {
    height: 8px;
}
