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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

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

.mattblackmenu li a{
	float: right;
	text-decoration: none;
	color: #000;
	font-size: 11px; 
}

.mattblackmenu li a:visited{
color: #000;
}

.mattblackmenu li a:hover{
	/*background: #86B8FF; background of tabs for hover state */
}

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