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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 11px Arial;
list-style-type: none;
overflow: hidden;
width: 100%;
text-align:center;
display: inline;
}
.mattblackmenu img
{
border:0px;
}
.mattblackmenu li{
display: inline;
margin: 0px;
text-align:center;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
 /*padding inside each tab*/
/*right divider between tabs*/
color: white;
padding-left:30px;
padding-bottom:5px;
background:url(back.jpg) bottom no-repeat;
}

.mattblackmenu li a:visited{
font: normal 11px Arial;
color: white;
margin: 0px;
}

.mattblackmenu li a:hover{
background:url(hover.jpg) bottom no-repeat; /*background of tabs for hover state */
font: normal 11px Arial;
margin: 0px;
}

.mattblackmenu a.selected{
background:url(hover.jpg) bottom no-repeat; /*background of tab with "selected" class assigned to its LI */
font: normal 11px Arial;
margin: 0px;
}