/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: 12px; /*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: #f1f1ee;
overflow: hidden;
width: 100%;
text-decoration: none;
}

.mattblackmenu li{
display: inline;
margin: 0;
font: 10px Verdana;
text-decoration: none;
overflow: hidden; 
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: #f1f1ee;
font-weight: normal;
overflow: hidden; 
font: Arial;
}

.mattblackmenu li a:visited{
color: black;
text-decoration: none;
border: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
overflow: hidden; 
}

.mattblackmenu li a:hover{
background: #3366cc; /*background of tabs for hover state */
text-decoration: none;
border: 0px;
border-bottom-width: 0px;
border-left-width: 0px; 
overflow: hidden; 
}

.mattblackmenu li a:selected{
background: #3366cc; /*background of tabs for hover state */
text-decoration: none;
border: 0px;
border-bottom-width: 0px;
border-left-width: 0px; 
overflow: hidden; 
}

/* .mattblackmenu a.selected{
background: #3366cc; /*background of tab with "selected" class assigned to its LI
} */