/* ######### Matt Black Strip Main Menu Bar CSS ######### */


.mattblackmenu ul{

  margin: 0;
  padding: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  display:block;  
  position:absolute; 
  left:50%;  
  margin-left:-400px; 
  margin-top:0;
  width:800px; 
  top:0;
  margin-bottom:10px;
}

.mattblackmenu li{

margin: 0;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: white;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: white;

}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
 /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}