/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mattblackmenu ul{
margin: 0;
padding: 0px 0;
font: bold 11px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
background: url(bkg_golden.gif) center center repeat-x;
overflow: hidden;
text-align: center;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 10;
padding: 4px 7px; /*padding inside each tab*/
border-right: 1px solid #000000; /*right divider between tabs*/
color: #FF6600;
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: #FF6600;
}

.mattblackmenu li a:hover, .mattblackmenu a.selected{
color: #FCBD12;
background: url(bkg_golden-over.gif) center center repeat-x;
}
