/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
border-left: 1px solid #cb8c3a;
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
color: #cb8c3a;
font-size: 16px;
list-style-type: none;
border-bottom: none;
background-color: none;
overflow: hidden;
width: 790px;
margin:-10px 20px 0 20px;
z-index: 10000;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a {
float: left;
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
color: #cb8c3a;
font-size: 16px;
text-decoration: none;
margin: 0;
padding: 2px 7px; /*padding inside each tab*/
border-right: 1px solid #cb8c3a; /*right divider between tabs*/
text-transform: uppercase;
background: none;
}

.mattblackmenu li a:visited{
color: none;
}

.mattblackmenu li a:hover{
background: none; /*background of tabs for hover state */
color: #FFF;
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}
