/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#menu{
background-image:url(../images/topbar.jpg);
background-repeat:no-repeat;
width:7718px;
height:68px;
padding-left:60px;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
background: #f6bc5b;
overflow: hidden;
width: 718px;

}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
 /*right divider between tabs*/
color: white;
background:#f6bc5b;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:#f19f16; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #f19f16; /*background of tab with "selected" class assigned to its LI */
}