/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: helvetica, verdana;
font-size: 14px;
color: #fff;
list-style-type: none;
border-bottom: none;
background: transparent;
overflow: hidden;
width: 100%;
height: 43px;
}

.mattblackmenu li{
display: inline;
margin: 0;
height: 43px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top: 15px;
padding-bottom: 12px;
padding-left: 19px;
padding-right: 18px;
border-right: none; /*right divider between tabs*/
color: #fff;
background: transparent;
}

.mattblackmenu li a:visited{
}

.mattblackmenu li a:hover{
background: #fff; /*background of tabs for hover state */
color: #333;
}

.mattblackmenu a.selected{
background: #fff; /*background of tab with "selected" class assigned to its LI */
color: #333;
}