
@charset "utf-8";
/* CSS Document */
.mattblacktabs{
	position: relative;
	background:#840a38;
	float:left;
	clear:both;
	width:960px;
	height:30px;
	filter:alpha(opacity="80");
	opacity: 0.8; /*bottom horizontal line that runs beneath tabs*/
	
	}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left:10px;
/*offset of tabs relative to browser left edge*/
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 12px; /*padding inside each tab*/
 /*right divider between tabs*/
color: #ffffff;
/*background of tabs (default state)*/
}

.mattblacktabs li a:visited{

font-weight:bold;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#e2dcc7;
font-weight:bold;
color:#840a38; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
