/* ######### Matt Black Strip Main Menu Bar CSS 051323 ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 12px Arial;
list-style-type: none;
border-bottom: 1px solid gray;
background: #900;
overflow: hidden;
height:25px;
width: 590px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 24px 7px 22px; /*padding inside each tab*/
/* border-right: 1px solid white;*/  /*right divider between tabs*/
color: white;
background: #900;
}

.mattblackmenu li a:visited{
color: white;
text-decoration: none;
}

.mattblackmenu li a:hover{
background: #7D0000; /*background of tabs for hover state */
text-decoration: none;
}

.mattblackmenu a.selected{
background: #7D0000; /*background of tab with "selected" class assigned to its LI */
}
