/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 12px;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 6px; /*padding inside each tab*/
padding-left:9px; padding-right: 8px;
border-right: 0px solid white; /*right divider between tabs*/
color: #cbb6a5;
background: #780b0a url(halfmoontab.gif) top left no-repeat;
}

.mattblackmenu li a:visited{
background-color: #a88888;
color: #000000;
}

.mattblackmenu li a:hover{
background-color: #a88888;
color: #000000;
}

.mattblackmenu a.selected{
background-color: #a88888;
}