.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #999999; /*background of tabs (default state)*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}

.mattblacktabs li a:visited{
	color: #750000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}


.mattblacktabs_2{
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

.mattblacktabs_2 ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.mattblacktabs_2 li{
display: inline;
margin: 0;
}

.mattblacktabs_2 li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #999999; /*background of tabs (default state)*/
	
	font-family: Arial, Helvetica, sans-serif;

	border-right-width: 1px;
	
	border-right-style: solid;
	

	border-right-color: #555555;
	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}

.mattblacktabs_2 li a:visited{
	color: #750000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mattblacktabs_2 li a:hover, .mattblacktabs li.selected a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
}

