/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden; font-size:16px;
margin-top:7px; margin-left:15px; float:left
}

.mattblackmenu li{
display: inline;
margin: 0; background:url(../images/bullet.png) no-repeat right 7px; float:left
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 21px; /*padding inside each tab*/
/*right divider between tabs*/
color: white;

}
.mattblackmenu li:last-child{ background:none}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #930016; /*background of tabs for hover state */
}
.mattblackmenu .current{background: #930016;}

/*.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI 
}*/