/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font:bold  12px  Arial, Helvetica, sans-serif;
list-style-type: none;  
background:url(../images/menuBgAll.jpg);
overflow: hidden;
width: 100%;
height:35px;

}

.mattblackmenu li{
display: inline;
margin: 0;


}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 20px; /*padding inside each tab*/
/*border-right: 1px solid ; right divider between tabs*/
height:20px;
color:#d9e0d8;
border-right:1px solid #000000;


}

.mattblackmenu li #last{ 
float: left;
display: block;
text-decoration: none;
margin: 0;

/*border-right: 1px solid ; right divider between tabs*/

border-right:none;}

.mattblackmenu li a:visited{

}
.mattblackmenu a.selected{
color:#ffffff;
background:url(../images/menuOver.jpg);


 /*background of tab with "selected" class assigned to its LI */
}
.mattblackmenu li a:hover{
color:#ffffff;
background:url(../images/menuOver.jpg);
 /*background: white; background of tabs for hover state */
}

