/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 0px solid #009490;
background: #ffffff;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;display: block;text-decoration: none;margin: 0;font-family: myfontbold, Arial, Helvetica, sans-serif;
padding: 10px 18px; font-size: 16px; font-weight: bold;
border-right: 0px solid #ffffff; /*right divider between tabs*/
color: #333333; border-bottom: 2px solid #ffffff;
background: #ffffff;
}

.mattblackmenu li a:visited{
color: #333333;
}

.mattblackmenu li a:hover{
color: #337ab7; 
}

.mattblackmenu a.selected{
color: #337ab7; /*background of tab with "selected" class assigned to its LI */
}
