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

.mattblackmenu ul{
margin: 0px;
padding: 0px;
font: bold 12px Verdana, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 0px solid #300b46;
background: #300b46;
/*overflow: hidden;*/
width: 100%;
height:20px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 7px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: white;
background: #300b46;
}

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

.mattblackmenu li a:hover{
background: #300b46; /*background of tabs for hover state */
color:#c3abd8;
}

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