/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0; font-size:18px; 

list-style-type: none;

overflow: hidden; color:#fff;
width: 490px; height:36px;
}

.mattblackmenu li{
display: inline; text-align:center; line-height:36px;
 color:#000; width:106px; height:32px ; margin-left:0px; margin-right:0px;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none; width:106px; height:36px ;

 /*padding inside each tab*/
 /*right divider between tabs*/
color:black; 

}

.mattblackmenu li a:visited{
  color:#000; line-height:33px; text-align:center; 
}

.mattblackmenu li a:hover{
background: url(../images/menu-hover.jpg) no-repeat; width:106px; height:33px ; color:#FFF; line-height:33px; text-align:center;    /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: url(../images/menu-hover.jpg) no-repeat; width:106px; height:33px; border:0px; color:#FFF !important; line-height:33px; text-align:center;     /*background of tab with "selected" class assigned to its LI */
}