.mattblacktabs{
	width: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 7px 10px;
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	list-style-type: none;
}

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

.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 4px 10px 4px; 
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	/*border-right: 1px solid #f3b918;*/
}

.mattblacktabs li a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/menu-over-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.selected {
	background-image: url(../images/menu-over-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

