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

.mattblackmenu ul{  
margin: 0;
padding: 0; float:left;  z-index:100 !important;
font: bold 11px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{float: left; margin: 0; }

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
 /*padding inside each tab*/
 /*right divider between tabs*/

}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{ color: white;

  /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}