/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
padding: 0px;
margin:0px;
padding-left:0px;
font: bold 11px arial;
list-style-type: none;
background: #EF4130;
overflow: hidden;
width:100%;
}

.mattblackmenu li{
display: inline;
margin: 0;padding: 0px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
padding: 2px 10px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #fff;
background: #EF4130;
font: bold 11px arial;
border-right:1px solid #9a9a9a;
}

/*.mattblackmenu li a:visited{
color:  #fff;
}*/

.mattblackmenu li a:hover{
background: #DA251C; /*background of tabs for hover state */
color: #fff;
font: bold 11px arial;

}

.mattblackmenu a.selected{
background: #000; /*background of tab with "selected" class assigned to its LI */
color: #fff;
font: bold 11px arial;

}
