@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
.mattblacktabs{
	position: relative;
	background:#058ab0;
	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:7px;
font-weight:bold;
 /*offset of tabs relative to browser left edge*/
font-family:  "Trebuchet MS", Arial, "Myriad Pro";
font-size:12px;
text-transform:uppercase;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;font-weight:bold;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 25px; /*padding inside each tab*/
 /*right divider between tabs*/
color: #ffffff;
/*background of tabs (default state)*/
}

.mattblacktabs li a:visited{

font-weight:normal;font-weight:bold;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#bfdac3;font-weight:bold;
color:#058ab0; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
