<style type="text/css">


.mattblacktabs{
width: 100%;
overflow: hidden;

border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font: 11px Verdana;
}

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

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 5px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #6CC067; /*background of tabs (default state)*/
	border-bottom: 1px solid white;
	width: 145px;
}

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

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #0072BC; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

</style>
