/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: 19px Candara;
	list-style-type: none;
	border-bottom: 0px;
	color: Black;
	border: 1px white;
	background: transparent;
	overflow: hidden;
	width: 700px;
	list-style : none;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: inline;
	text-decoration: none;
	margin: auto auto 0px auto;
	padding: 10px;
	/*padding inside each tab*/
	border-right: 2px;
	/*right divider between tabs*/
	color: gray;
	border: 1px none Black;
	background: transparent;
}

.mattblackmenu li a:hover{
	color: white;
	border: 1px none Black;
	background: transparent;
	/*background of tabs for hover state */
}

.mattblackmenu a.selected{
	color:white;
	border: 1px none black;
	background: transparent;
	/*background of tab with "selected" class assigned to its LI */
}