/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
margin: 0 3px 0 3px;
padding: 6px 8px; /*padding inside each tab*/

/*color: white;
background: #414141;*/


	font-size: 18px;
	color:#637a8a;
	text-decoration: none;
	font-family: verdana, arial, sans;
}

.mattblackmenu li a:visited{
color: #637a8a;
}

.mattblackmenu li a:hover{
/*background: ; background of tabs for hover state */
color:#8398ca;
}

.mattblackmenu a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
}