/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu a{ color:#FFFFFF; font-size: 10px; text-decoration:none; outline:none;}

.mattblackmenu ul{
margin: 0;
padding: 0;
font-size: 10px;
font-family: verdana;
font-weight: none;
list-style-type: none;
border-bottom: 1px white;
background: #b06010;
overflow: hidden;
width: 960px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 6px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color: #ffffff;
background: #b06010;
}

.mattblackmenu li a:visited{
color: #ffffff;
}

.mattblackmenu li a:hover{
background: #f7d950; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: #f7d950; /*background of tab with "selected" class assigned to its LI */
}

.mattblackmenu li a.selected{
color: #994f14;
}

.mattblackmenu ul a:hover{
color: #994f14;
}
