/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu a{
float: left;
display: block;
text-decoration: none;
margin: 0;
}

.mattblackmenu a:visited{
color: white;
}

.mattblackmenu a:hover{
background: none; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}
