/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu ul{
margin: 0;
padding: 0;
font: color:#3E3E3F; font-size:14px; line-height:18px; text-decoration:none;
list-style-type: none;
/*background: #EBEBEB;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 15px; /*padding inside each tab*/
border-right: 1px solid #EBEBEB; /*right divider between tabs*/
color: #3E3E3F;
/*background: #EBEBEB;*/
}

.mattblackmenu li a:visited{
color: #3E3E3F;
}

.mattblackmenu li a:hover{
color: #3E3E3F;
/*background: #EBEBEB; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
color: #3E3E3F;
/*background: #EBEBEB; /*background of tab with "selected" class assigned to its LI */
}