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

.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold 14px Times New Roman;
list-style-type: none;
/*background: #eeeeee;*/
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 15px 10px 15px 10px; /*padding inside each tab*/
/*border-right: 1px solid #710055; right divider between tabs*/
color: #e5e5e5;
/*background:url(../images/linebar.gif) no-repeat right top;*/
}

.mattblackmenu li a:visited{
color: #e5e5e5;
/*background:url(../images/linebar.gif) no-repeat right top;*/
}

.mattblackmenu li a:hover{
/*background: #a00323; background of tabs for hover state */
color:#010101;
background: #ff5656;
}

.mattblackmenu a.selected{
background: #ff5656; /*background of tab with "selected" class assigned to its LI */
/*background:url(../images/linebar.gif) no-repeat right top;*/
}
