.mattblackmenu {
	clear: left;
	position: relative;
	width: 175px;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}

.mattblackmenu li a{
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: gray;
	background-color: #232323;
	clear: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: center;
	display: block;
	float: left;
	width: auto;
}
*html .mattblackmenu ul li a {
	width: 150px;
}


.mattblackmenu li a:visited{
	text-decoration: none;

}

.mattblackmenu li a:hover{
	color: #B1C53F;
}

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

