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

.mattblackmenu ul{

padding: 0;	margin: 0 0 0 30px;
font: bold 12px Verdana;
list-style-type: none;
border-top: none;
border-bottom: none;
background: #333333;
overflow: hidden;
width: 850px;
}

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

.mattblackmenu li a{
display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 6px;	
	border-right: 1px solid #666666;
	border-top: none;	
	border-bottom: none;
	font: bold 12px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
}



.mattblackmenu li a:hover{
color: ffffff;
background: ededed; /*background of tabs for hover state */
}

.mattblackmenu li a:hover:visited {
color: ffffff;
}

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