/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	width:845px;
	height:22px;
	font-weight: bold;
	margin: 2px 0px 2px 25px;
	background-color:#F8ED92;
	padding: 3px 5px 3px 1px;
}

.mattblackmenu li{
display:inline;
	background-color:#F7B855;
	width:135px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
.mattblackmenu li a{
width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:black;
	font-weight:850;
	display:block;

}

.mattblackmenu li a:visited{
color: black;
}

.mattblackmenu li a:hover{
background: grey; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: grey; /*background of tab with "selected" class assigned to its LI */
}


