/*- Menu 次選單--------------------------- */ 
.mattblacktabs{
	width: 974px;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	background-color: #e30009;
	height: 44px;
}

.mattblacktabs ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.mattblacktabs li{
	display: inline;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 44px;
	padding-left: 10px;
	margin: 0;
	background-color: #e30009;
}

.mattblacktabs li a:visited{
	color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #333;
}
