/* Styles the first link in your menu */ .tabs-inner .section:first-child ul { margin-top: -1px; border: none; } /* Styles the overall navigation bar */ .tabs-inner .widget ul { background: #000000; border: none; text-align: center; } /* Styles the individual links */ .tabs-inner .widget li a { font: 12px Arvo; border: none; color: #ffffff; } /* Styles the links when hovered over */ .tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover { color: #333333; background-color: #ffffff; text-decoration: none; }