/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul
{
    margin: 10px 0px 0px 0px;
    padding: 0;
    font: 11px Trebuchet MS;
    list-style-type: none;
    background: #fff;
    overflow: hidden;
    width: 920px; 
    text-transform:uppercase;   
}

.mattblackmenu li
{
    display: inline;
    margin: 0;
    
}

.mattblackmenu li a
{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 8px 8px; /*padding inside each tab*/
    border-right: 1px solid #adadad; /*right divider between tabs*/
    color: #0BA4C3 !important;
    background: #fff;
}

.mattblackmenu li:nth-of-type(10) a
{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 8px 2px 8px 12px; /*padding inside each tab*/
    border-right: none; /*right divider between tabs*/
    color: #0BA4C3 !important;
    background: #fff;
}

.mattblackmenu li a:visited
{
    color: #5a5a5a;
}

.mattblackmenu li a:hover
{
    color: #5a5a5a; /*background of tabs for hover state */
}

.mattblackmenu a.selected
{
    color: #5a5a5a; /*background of tab with "selected" class assigned to its LI */
}

.pressitem a
{
    border-right: none !important; /*right divider between tabs*/
}
.pressitem li
{
    border-right: none !important; /*right divider between tabs*/
}