/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	border-bottom: 0px solid #336666;
	overflow: hidden;
	width: 900px;
}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
background: url(../images/bullet-gray.gif) no-repeat 0px center; 
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 14px 4px 20px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #767272;
}

.mattblackmenu li a:visited{
color: #767272;
}

.mattblackmenu li a:hover{
	color:#565252; /*background of tabs for hover state */
	background: url(../images/bullet-gold.gif) no-repeat 0px center;
}

.mattblackmenu a.selected{
color:#565252;
background: url(../images/bullet-gold.gif) no-repeat 0px center;
}