.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;
}

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

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

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

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

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

.mattblacktabs1 li a:hover, .mattblacktabs1 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;
}
.mattblacktabs2{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs2 ul{
	margin: 0;
	padding: 0;
	padding-left: 1px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: ;
	
}

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

.mattblacktabs2 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)*/
}

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

.mattblacktabs2 li a:hover, .mattblacktabs2 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;
}



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

.mattblacktabs3 ul{
	margin: 0;
	padding: 0;
	padding-left: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}

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

.mattblacktabs3 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)*/
}

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

.mattblacktabs3 li a:hover, .mattblacktabs3 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;
}

