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

.mattblackmenu ul{
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.mattblackmenu li{
	display: inline;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background-color: #FFFFFF;
}

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

.mattblackmenu li a:hover{
	background-color: #FFFFFF;
}

.mattblackmenu a.selected{
	background-color: #FFFFFF;
}
