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

.mattblackmenu ul{
margin: 0;
padding:0px 0px 0px 25px;
font: bold 11px arial;
list-style-type: none;
background:url(bg.jpg) no-repeat;
overflow: hidden;
width: 606px;
height:25px;
}

.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*/
 /*right divider between tabs*/
color:#000;

}

.mattblackmenu li a:visited{

}

.mattblackmenu li a:hover{
text-decoration:underline; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
/*background of tab with "selected" class assigned to its LI */
}