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

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

.mattblackmenu li{
	border:none;
	display: none;
	clear:left;
	margin: 0;
	font-weight: normal;
}

.mattblackmenu li a{
	float: left;
	display:none;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 0px; /*right divider between tabs*/
	color: white;
	background: #414141;
	
	padding-right: 8px;
	
	padding-left: 0px;
	font-weight: normal;
	
}

.mattblackmenu li a:visited{
color: white;
}

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

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