.mattblacktabs{width: 800px;overflow: hidden;}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
color:#FFFFFF;
}
.mattblacktabs li{
display: inline;
margin: 0;
}
.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
width:105px;
padding: 2px 2px; /*padding inside each tab*/
border-right: 2px solid #E8F1CB; /*right divider between tabs*/
color: white;
background: url(../images/menu-tab-bg.jpg); /*background of tabs (default state)*/
}
.mattblacktabs li span a{
float: left;
display: block;
text-decoration: none;
margin: 0;
width:105px;
padding: 2px 2px; /*padding inside each tab*/
border-right: 2px solid #E8F1CB; /*right divider between tabs*/
color: white;
background:#318107; /*background of tabs (default state)*/
}


.mattblacktabs li a:visited{
color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#318107; color:#FFFFFF;  /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs li a:active, .mattblacktabs li a:focus {color:#009933;}


/*a:visited {
	color: #0000CC;
}
a:active {
	color: #000000;
}*/
