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

.mattblackmenu ul{
margin: 0px;
padding: 0;
font: bold 12px arial;
text-transform:uppercase;
list-style-type: none;
border-bottom:1px solid #000;
background: none;
overflow: hidden;
width: 100%;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-left: 5px;
padding-bottom:4px;
padding-right:5px;
padding-top:4px; /*padding inside each tab*/
border-right: 1px solid #000; /*right divider between tabs*/
border-bottom: 1px solid #000;
color: white;
margin-right:40px;
background:none;
text-align:left;
}
/*
.mattblackmenu li a:visited{
color: #fff;
}
*/

.mattblackmenu li a:hover{
background: #ffcc32;
background-image:url(../images/slidebg.gif);
background-position:bottom;
background-repeat:repeat-x;
color:#000; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #ffcc32;
background-image:url(../images/slidebg.gif);
background-position:bottom;
background-repeat:repeat-x;
color:#000; /*background of tab with "selected" class assigned to its LI */
}