/* Use special background color for active menu items */
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #AAD15D;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #AAD15D;
}
.no-js .top-bar-section  ul li:active > a {
    background: #AAD15D;
} 