/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
text-align:center;
margin: 0;
padding: 0;
font: bold 10px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
/*background: #710B20; */
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
border-left: 1px solid white; /*right divider between tabs*/
border-top: 1px solid white;
color: white;
background: #642041;
width:135px;
height:17px;
}

.mattblackmenu li a:visited{
color: white;
/*background: #710B20; */
}

.mattblackmenu li a:hover{
background-image: url('p1.gif');
/*background: #820024;*/ /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background-image: url('p1.gif');
/*background: #820024;*/ /*background of tab with "selected" class assigned to its LI */
}
