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

.mattblackmenu ul{ margin: 0; padding: 0; font: 8pt Helvetica, Arial; list-style-type: none; background: #f3f8c2; text-decoration: none; text-align: center; overflow: hidden; width: 100%; border-bottom-style: solid; border-bottom-width: 0; }

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0 solid #000; /*right divider between tabs*/
color: #000;
background: #f3f8c2;
}

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

.mattblackmenu li a:hover{ color: #fff; background: #275399; /*background of tabs for hover state */
}

.mattblackmenu a.selected{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0;
 /*background of tab with "selected" class assigned to its LI */
}