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