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

.mattblackmenu ul{
margin-top: 15px;
float: right;
width: 700px;
padding: 0;
font: bold 18px Arial;
list-style-type: none;
background: #F1EDD2;
overflow: hidden;
margin-left: 0px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #506056;
background: #F1EDD2;
}

.mattblackmenu li a:visited{
color: #506056;
}

.mattblackmenu li a:hover{
color: #9C2522; /*background of text for hover state */
}

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