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

.mattblackmenu ul{
margin: 0;
margin-left:14px;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
list-style-type: none;
overflow: hidden;
width: 100%;

}

.mattblackmenu li{
display: inline;
margin: 0;

}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
font-size: 17px;
margin: 0;
padding: 27px 23px; /*padding inside each tab*/
background-image:url(../images/navDivider.jpg);
background-position:right;
background-repeat:no-repeat;
color: #e4d9c8;
}

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

.mattblackmenu li a:hover{
color: #fff; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
color: #fff; /*background of tab with "selected" class assigned to its LI */
}