/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin:10px 0 0 150px;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline; background:#ffffff;
margin: 0 3px; float:left; color:#ffffff;
}

.mattblackmenu li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 8px; /*padding inside each tab*/ 
/*right divider between tabs*/
color: #ffffff;

}

.mattblackmenu li a:visited{
color: gray;
}

.mattblackmenu li a:hover{
background: none; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}