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

.mattblackmenu ul{
margin: 0;
padding-left: 2px; /*padding inside each tab*/
padding-right: 2px;
font: 10px Arial;
list-style-type: none;
border-bottom: 0px solid gray;

width: 100%;
color: #363636;

}

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

.mattblackmenu li a{
text-decoration: none;
margin: 0;
padding-left: 2px; /*padding inside each tab*/
padding-right: 2px;
border-right: 1px solid white; /*right divider between tabs*/
color: #363636;
}

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

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

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