/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: 0px solid white;
background: white;
overflow: hidden;
width: 100%;
margin-top:15px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 11px 40px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #444;
background: white;
font: bold 12px Verdana;
}

.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover{
background: #efefef; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background:#efefef; /*background of tab with "selected" class assigned to its LI */
}