/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
    padding: 0;
    padding-top: 20px;
    margin-bottom: 50px;
    margin-top: -35px;
    margin-right: -120px;
    font-family : 'quicksandlight'; 
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    display: block;
    border-color: white;
    height: 45px;
}

.mattblackmenu li {
   display: inline;
   margin: 0;
}

.mattblackmenu li a {
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 10px;
    border-left: 1px;
    /* Padding inside each tab */
    border-right: 1px solid #ffffff;
    /* Right divider between tabs */
    color: white;
    /* Font color */
}

.mattblackmenu li a:visited {
    color: white;
    /* Font color */
}

.mattblackmenu li a:hover {
    color: white;
    /* Background color for selected item */
}

.mattblackmenu a.selected {
    color: white;
    /* background of tab with "selected" class assigned to its LI */
}
