/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px tahoma;
list-style-type: none;
border-top: 1px dashed #E08686;
border-bottom: 1px dashed #E08686;
background: #BF0A0A;

overflow: hidden;
padding-left:15px;
width: 895px;
margin-top:7px;

}

.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: 0px solid white; /*right divider between tabs*/
color: white;
background: #BF0A0A;
}

.mattblackmenu li.div{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #BF0A0A;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #BF0A0A; /*background of tabs for hover state */
}


.mattblackmenu a.selected{
background: #BF0A0A; /*background of tab with "selected" class assigned to its LI */
}