/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding-left: 0px;
font-family: roboto, arial;
font-size: 14px;
font-weight: normal;
list-style-type: none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
text-transform: capitalize;
border-radius:0px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding: 12px 20px; /*padding inside each tab*/
border-left: 1px solid #; /*right divider between tabs*/
color: #fff;
text-transform:uppercase;

}


.mattblackmenu li a:hover{
/*background: black; /*background of tabs for hover state */
color: #fff;
background: #033;
border-radius:0px;
}

.mattblackmenu a.selected{
/*background: black; /*background of tabs for hover state */
color: #fff;
background: #033;
border-radius:0px;
}