.aces-header { background-color:#ffffff; } 
li.divider { display:none; }
 

/* get rid of gap between SVG header and top nav bar */
header#siteHeader { margin-bottom: -5px; }

/* Use special background color for active menu items */
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #43a4c4;
}

/* center the top nav bar menu items */
section.top-bar-section > ul.right {
  float: none !important;
  display: inline-block;
}
section.top-bar-section {
  text-align: center;
}

/* user profile menu */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #46b3cd;
}
.no-js .top-bar-section  ul li:active > a {
    background: #46b3cd;
} 