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

.mattblackmenu1 ul{
margin: 0;
padding: 0;
font: normal 12px Arial, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 0px solid gray;
background: #08aaf2;
overflow: hidden;
width: 160px;
}

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

.mattblackmenu1 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 1px 8px; /*padding inside each tab*/
border-right: 0px ; /*right divider between tabs*/
/*border-right: 1px solid white; */
color: white;
background: #08aaf2;
}

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

.mattblackmenu1 li a:hover{
background: #4b4837;/*background of tabs for hover state */
}

.mattblackmenu1 a.selected{
background: #4b4837; /*background of tab with "selected" class assigned to its LI */
}