/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	background-color: #246a3e;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*right divider between tabs*/
	color: white;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: white;
	border-left-color: #FFFFFF;
	background-color: #246a3e;
	border-bottom-width: 1px;
}

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

.mattblackmenu li a:hover{
	background-color: #31a95d;
}

.mattblackmenu a.selected{
	background: #31a95d; /*background of tab with "selected" class assigned to its LI */
}
