/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{	
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	color: white;
	line-height:18px;
	height: 20px;
	
}



.mattblackmenu li a:hover{
	background: #8C3838; /*background of tabs for hover state */
	background: url('../img/round-bg.jpg') no-repeat top center;
	color: #FFF;
}

.mattblackmenu a.selected{
	background: url('../img/round-bg.jpg') no-repeat top center;
	color: #FFF;
}
