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

.mattblackmenu ul{
margin: 0;
padding: 0;
font-size: 10px;
font-weight: bold;
font-family: Tahoma, Arial;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
font-size: 10px;
font-weight: bold;
font-family: Tahoma, Arial;
display: inline;
margin: 0;
height: 29px;
}

.mattblackmenu li a{
font-size: 10px;
font-weight: bold;
font-family: Tahoma, Arial;
display: inline-block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid #5c5d60; /*right divider between tabs*/
color: #CCCCCC;
}

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

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

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