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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Verdana;
list-style-type: none;
border-bottom: 1px solid #766f51;
background: #06417B;
overflow: hidden;
width: 100%;
font-color: white;
color: white;
}

.mattblackmenu li{
display: inline;
margin: 0;
font-color: white;
color: white;
}

.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*/
font-color: white;
color: white;
/*  background: #766f51;
background: #656256; /*
}

.mattblackmenu li a:link{
font-color: white;
color: white;
}
.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #ccbf91; /*background of tabs for hover state */
}

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