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

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	list-style-type: none;
	background-color: #164490;
	overflow: hidden;
	width: 100%;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px; /*padding inside each tab*/
	color: white;
	background-color: #164490;
}

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

.mattblackmenu li a:hover{
background-color:  #021844; /*background of tabs for hover state */
	text-decoration: none;
}

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