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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
list-style-type: none;
border-bottom: 1px #006600;
background: #006600;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
margin: 0;
padding: 0px 6px; /*padding inside each tab*/
border-right: 1px #003466; /*right divider between tabs*/
color: white;
background: #006600;
}

.mattblackmenu li a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
}

.mattblackmenu li a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
background: #003366; /*background of tabs for hover state */
}


.mattblackmenu a.selected{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background: #003366; /*background of tab with "selected" class assigned to its LI */
}
