/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu 
{ 
	width:900px;
	margin:0 auto;	
	background:#060;
	background-image:url(../Images/linksbg2.jpg);
	color:#FFF;
	padding:0 15px 0 17px;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align:center;
overflow: hidden;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px dotted white; /*right divider between tabs*/
color: white;
/*background: #090;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}