/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{width:68%; float:left;}
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;

}

.mattblackmenu li{
display: inline;
margin: 0;
font-weight:bold;
font-size:13px;
color:#FFFFFF;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 15px 0 15px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: white;
font-weight:bold;
height:28px;
font-size:13px;
background:url(../images/normalbg.png) right center;

}

.mattblackmenu li.last a{
background:url(../images/normalbg.png) left center;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:url(../images/hoverBg.png) right center;
 /*background of tabs for hover state */
}
.mattblackmenu li.last a:hover{
background:url(../images/hoverBg.png) left center;
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}