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