/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 15px Tahoma;
	list-style-type: none;
	border-bottom: 0px solid gray;

background: ;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 13.5;
	padding: 6px 8px; /*right divider between tabs*/
	color: #9d2b07;







background: ;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: white;
}

.mattblackmenu li a:visited{
color: #3b5458;
}

.mattblackmenu li a:hover{
background: ; /*background of tabs for hover state */
text-decoration: none;
}

.mattblackmenu a.selected{
background: ; /*background of tab with "selected" class assigned to its LI */
}
