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

.mattblackmenu ul{
margin: 0;
padding: 0 10px;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 41px;
border-right: 1px solid #777777; /*right divider between tabs*/
color: white;
}

li.last a{
float: left;
display: block;
text-decoration: none;
margin: 0;
border-right: none; /*right divider between tabs*/
padding: 6px 40px;
color: white;
}

.mattblackmenu li a:visited{
text-decoration: none;
color: white;
}

.mattblackmenu li a:hover{
text-decoration: none;
 /*background: black;background of tabs for hover state */
}

.mattblackmenu a.selected{
text-decoration: none;
/*background: black; background of tab with "selected" class assigned to its LI */
}