/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	overflow: visible;
	width: 540px;
	background-color: #00704A;
	float: left;
	border: none;
	visibility: visible;
}

.mattblackmenu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 10px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background-color: #00704A;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
	background: #71C6A1;
	height: 30px;
}

.mattblackmenu a.selected{
	background: #71C6A1; /*background of tab with "selected" class assigned to its LI */
}
