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

.mattblackmenu ul{
margin: 0;
padding: 2px 8px;
font: bold 11px Verdana;
list-style-type: none;
background: #000;
overflow: hidden;
text-align: center;
width: 940px;
}

.mattblackmenu li{
text-align: center;
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 17px; /*padding inside each tab*/
color: #8dc63f;
background: #000;
}

.mattblackmenu li a:visited{
color: #8dc63f;
}

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

.mattblackmenu a.selected{
background: #005b31; color: #fff;/*background of tab with "selected" class assigned to its LI */
}