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

.menustyle ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.menustyle li {
	display: inline;
	margin: 0;
}

.menustyle li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
}

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

/*.menustyle li a:hover{
	background: black; // background of tabs for hover state 
}

.menustyle a.selected{
	background: black;  // background of tab with "selected" class assigned to its LI 
}*/
