/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu {
margin:3px 0px 3px 0px;
text-align:center;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: "Trebuchet MS";
font-size:13px;
font-weight:normal;
list-style-type: none;
border: 0 none;
width: 100%; /*For KHTML*/


}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding:4px 18px 4px 18px;
 /*padding inside each tab*/
	background: url(divider.gif) right no-repeat;
 /*right divider between tabs*/
color: #555555;
}



.mattblackmenu li a:hover{
background: #391c1e; /*background of tabs for hover state */
color: #FFFFFF;
}

.mattblackmenu a.selected{
background: #391c1e; /*background of tab with "selected" class assigned to its LI */
color: #FFFFFF;
}