/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 16px Verdana,Arial, Helvetica, sans-serif;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #7E7E7E;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0px;
}

.mattblackmenu li a{
/*float: left;
display: block;*/
text-decoration: none;
margin: 0;
/*padding: 14px 12px; /*padding inside each tab*/
/*border-right: 1px solid #024594; /*right divider between tabs*/
border-right: 2px solid #566573;
color: #7f7f7f;
font-size:12px;
background: #d6e5f3;
}

.mattblackmenu li a:visited{
color: #7f7f7f;
}

.mattblackmenu li a:hover{
/*background of tabs for hover state */
background: #eaf2f9;
color:#cc99fd;

}

.mattblackmenu a.selected{
/*background of tab with "selected" class assigned to its LI */
background: #d6e5f3;
}