.contentNavShadowTop {
    background: url(../images/layout/navShadowTop.png) no-repeat left top;
    padding-top: 20px;
    margin-left: 15px;
}

.contentNavShadowBottom {
    background: url(../images/layout/navShadowBottom.png) no-repeat right bottom;
    padding-bottom: 20px;
}

.contentNavBgTop {
    margin: 0 20px;
    background: url(../images/layout/contentNavBg.jpg) repeat-y;
}

.contentNavBgBottom {
    padding-bottom: 25px;
    background: url(../images/layout/contentNavBgBottom.jpg) no-repeat bottom;
}

.mainNav {
    list-style: none;
    padding-top: 35px;
    background: url(../images/layout/contentNavBgTop.jpg) no-repeat top;
}

.mainNav li {
    background: none;
    padding: 0;
}

.mainNav a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    font-family: times, serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #383838;
    background: url(../images/layout/menuTrenner.png) no-repeat bottom center;
}

.mainNav .last a {
    background: none;
}

.mainNav li.act a,
.mainNav li a:hover {
    color: #528d78;
}

