/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
border-bottom: 1px solid gray;
border-top: 1px solid black;
background-image:url(../img/button_default.gif);
background-repeat: x-repeat;
/* background: #414141; */
overflow: hidden;
width: 900px;
}

.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: 1px solid #000080; /*right divider between tabs*/
color: white;
background-image:url(../img/button_default2.gif);
background-repeat: x-repeat;
/* background: #414141; */
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background-image:url(../img/button_default3.gif);
background-repeat: x-repeat;
/* background: black;               background of tabs for hover state */
color: cyan;
}

/* .mattblackmenu a.selected{ 
background-image:url(../img/button_default3.gif);
background-repeat: x-repeat;
 background: black;                   background of tab with "selected" class assigned to its LI 
} */