/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 11px Geneva, Arial, Helvetica, sans-serif;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: #ffffff;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin:2px;

padding: 3px 10px; /*padding inside each tab*/
border-right: 1px solid #a4a3a3; /*right divider between tabs*/
color: #666666;
background: #ffffff;
float:right;
}

/*.mattblackmenu li a:visited{
color: #666666;
}*/

.mattblackmenu li a:hover{
background: #009900;
color: #ffffff; /*background of tabs for hover state */
}

.mattblackmenu li a.selected{
background: #009900;
color: #ffffff; /*background of tab with "selected" class assigned to its LI */
}