/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
font-family: Georgia, Tahoma, Arial;
margin: 0;
padding: 0;
font-size: 10px;
font-weight: normal;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
font-weight: normal;
display: inline-block;
text-decoration: none;
margin: 0;
padding: 6px 6px; /*padding inside each tab*/
border-right: 1px solid #2d2825; /*right divider between tabs*/
color: #CCCCCC;
text-decoration: none;
}

.mattblackmenu li a:visited{
font-weight: normal;
color: #CCCCCC;
text-decoration: none;
}

.mattblackmenu li a:hover{
background: #1b1714; /*background of tabs for hover state */
color: #FFFFFF;
text-decoration: none;
}

.mattblackmenu a.selected{
background: #1b1714; /*background of tab with "selected" class assigned to its LI */
color: #CCCCCC;
text-decoration: none;
}