.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
color:#FFFFFF;
text-decoration: none;
font-size:10pt;
list-style-type: none;
border-bottom: 0px solid #FFFFFF;
overflow: hidden;
width: 100%;
}

.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: 0px solid #FFFFFF; /*right divider between tabs*/
color: #FFFFFF;
}

.mattblackmenu li a:visited{
background: #2f8f23; 
color: #FFFFFF;
text-decoration: none;
}

.mattblackmenu li a:hover{
color: #FFFFFF; 
background: #2f8f23;/*background of tabs for hover state */
text-decoration: none;
}
.mattblackmenu li a:ative{
color: #FFFFFF; 
background: #2f8f23;/*background of tabs for hover state */
text-decoration: none;
}

.mattblackmenu a.selected{
color: #FFFFFF; 
background: #2f8f23;/*background of tab with "selected" class assigned to its LI */
text-decoration: none;
}