li.new-here a {
    background-image: url(../images/icon_newcomers.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.new-here a:hover {
    background-image: url(../images/icon_newcomers_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.service-information a {
    background: url(../images/icon_service-timings.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.service-information a:hover {
    background-image: url(../images/icon_service-timings_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.calendar a {
    background: url(../images/icon_events-calendar.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.calendar a:hover {
    background-image: url(../images/icon_events-calendar_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.upcoming-events a {
    background: url(../images/icon_upcoming-events.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.upcoming-events a:hover {
    background-image: url(../images/icon_upcoming-events_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.weekly-inflections a {
    background: url(../images/icon_weekly-inflections.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.weekly-inflections a:hover {
    background-image: url(../images/icon_weekly-inflections_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.giving a {
    background: url(../images/icon_giving.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

li.giving a:hover {
    background-image: url(../images/icon_giving_hover.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 2px;
    color: #000;
}

li.quick a {
}

li.quick a:hover {
    background-color: #fff;
    color: #000;
}