/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #FFFFFF;
	overflow: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
	height: 25px;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #000000;
	background: #FFFFFF;
}

.mattblackmenu li a:visited{
color: #000000;
}

.mattblackmenu li a:hover{
background: White; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	background: #FFFFFF; /*background of tab with "selected" class assigned to its LI */
	height: 25px;
}Z

