.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 3px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: ;
	font-weight: bold;
}

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

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 15px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #656565;
background: #BFCDB6; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #656565;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #BFCDB6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	text-decoration: NONE;
	
	color: #FFFFFF;
}