/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul {
	margin: 0 auto;
	padding: 0;
	font: normal 15px;
	list-style-type: none;
	overflow: hidden;
	/*width: 1000px;*/
	width: 90%;
}

.mattblackmenu li{
display: inline;
margin: 0;text-align:left;

}

	.mattblackmenu li a {
		float: left;
		display: block;
		text-decoration: none;
		margin: 0;
		padding: 10px 32px;
		border-right: 0px solid #70c1ee;
		color: #FFF;
		font-weight: 600;
	}



		.mattblackmenu li a:hover {
			background: #70c1ee;
			color: #fff;
		
			/*background of tabs for hover state */
		}

.mattblackmenu a.selected {
	background: #70c1ee;
	
	color: #fff /*background of tab with "selected" class assigned to its LI */
}
