/* ######### Matt Black Strip Main Menu Bar CSS ######### */



.mattblackmenu ul{

margin: 0;

padding: 0;

font: normal 11px Verdana;

list-style-type: none;

font-weight:bold;

background: #faa74a;

overflow: hidden;

width: 830px;

}



.mattblackmenu li{

display: inline;

margin: 0;

}


.back {background-color:#faa74a;}

.mattblackmenu li a{

float: left;

display: block;

text-decoration: none;

margin: 0;

padding: 8px 8px; /*padding inside each tab*/

/*border-right: 1px solid white; /*right divider between tabs*/

color: #536a0f;

height:10px;

background: #faa74a;

}



.mattblackmenu li a:visited{

color: #536a0f;

}



.mattblackmenu li a:hover{

background: #ffe18f; /*background of tabs for hover state */

}



.mattblackmenu a.selected{

background: #ffe18f; /*background of tab with "selected" class assigned to its LI */

}