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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%
}

.mattblackmenu li{
display: inline;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;padding: 7px 12px; /*padding inside each tab has been been modified from 7px 18px */
border-right: 1px solid #ffffff; /*right divider between tabs*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:#FFFFFF;
background:#2B6484; /*background of tabs for hover state */
}

.mattblackmenu a.selected
{
color:#000000;
background:#2B6484; /*background of tab with "selected" class assigned to its LI */
}
.mattblackmenu a.active
{
color:#000000;
background:#2B6484; /*background of tab with "selected" class assigned to its LI */
}