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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Times New Roman,Times New Geneva, Arial, Helvetica, sans-serif;
list-style-type: none;
border-bottom: 1px #0F3C0F;
background: #0F3C0F;
overflow: hidden;
width: 100%;
border-radius: 20px;
letter-spacing:1px;
}

.mattblackmenu li{
display: inline;
margin: 10;
}

.mattblackmenu li a{
float: left;
display: inline;
text-decoration: none;
margin: 0;
padding: 12px 10px; /*padding inside each tab*/
border-right: 1px solid #B6B4B2; /*right divider between tabs*/
color: white;
background: #307E4A;
}

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

.mattblackmenu li a:hover{
background: #307E4A; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #307E4A; /*background of tab with "selected" class assigned to its LI */
}
