@charset "utf-8";
/* CSS Document */
.mattblacktabs{
	position: absolute;
	background:#d8b165;
	width:890px;
	top:310px;
	height:36px;
	filter:alpha(opacity="80");
	opacity: 0.8; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 13px; /*offset of tabs relative to browser left edge*/
font-family: "Trebuchet MS", Arial, "Myriad Pro";
	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: 10px 21px; /*padding inside each tab*/
 /*right divider between tabs*/
color: #5f0508;
/*background of tabs (default state)*/
}



.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#5f0508;
color:#FFFFFF; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
