/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding:0;
font:normal 17px Times New Roman, Times;
color:#fcf1e3;
list-style-type:none;
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin:0;

}

.mattblackmenu li a{
float: left;
text-decoration: none;
/*vertical-align:text-bottom;*/
text-align:center;
margin:0;
padding:0; /*padding inside each tab*/
border-right:0px; /*right divider between tabs*/
color:#fcf1e3;
background:url(../images/menu-bg.jpg) repeat-x 0 0;
}

.mattblackmenu li a:visited{
color:#fcf1e3;
font-family:Times New Roman, Times;
}

.mattblackmenu li a:hover{
background:url(../images/menu-over.jpg) repeat-x 0 0; /*background of tabs for hover state */
font-family:Times New Roman, Times;
}

.mattblackmenu a.selected{
background:url(../images/menu-over.jpg) repeat-x 0 0 black; /*background of tab with "selected" class assigned to its LI */
font-family:Times New Roman, Times;
font-weight:normal;
color:#fcf1e3;
}