/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	list-style-type: none;
	overflow: hidden;
	width: 930px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #FFFFFF;
}


.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 38px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #003162;
background-image:url(../images/nav_sep3may2010.png);
background-position:right center;
background-repeat:no-repeat;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #1a4c7e; /*background of tabs for hover state */

}

.mattblackmenu a.selected{
background: #1a4c7e; /*background of tab with "selected" class assigned to its LI */
}

