/* Navigation background fix for missing images */
.top-bar ul {
    background: linear-gradient(to bottom, #ADDADC 0%, #9BC8CA 100%) !important;
    background-color: #9BC8CA !important;
    background-image: none !important;
}

.top-bar ul li.corner-l {
    background: none !important;
    background-image: none !important;
}

.top-bar ul li.corner-r {
    background: none !important;
    background-image: none !important;
}

/* Additional fixes for any nav elements */
.top-bar, .top-bar ul, .top-bar ul li {
    background-image: none !important;
}