CSS quirks are always elusive and hard to debug, and may require a lot of just tinkering with your CSS. But try making the changes in red below to your topbar.css file:
Code:
.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
padding: 10px 12px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black !important;
background: #c7beb5;
text-decoration: none;
}
.mattblackmenu li a:hover
{
background: #00117b; /*background of tabs for hover state */
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: White !important;
}
Bookmarks