/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
list-style-type: none;
border-bottom: 0px;
background: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding: 6px 8px 3px 8px;/*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #ffcc00;
background: none;
}

.mattblackmenu li a:visited{
color: #ffcc00;
}

.mattblackmenu li a:hover{
color: white;
text-decoration: none;
background: none; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
}

.mattblackmenu a.selected:hover { color: white;
background: none; /*background of tab with "selected" class assigned to its LI */
}
