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

.mattblackmenu ul    { font: 11px Tahoma, Arial, sans-serif; background-color: #000; background-image: none; background-attachment: scroll; background-position: 0 0; list-style-type: none; margin: 0 0 0 20px; padding: 0; width: 100%; overflow: hidden; border-bottom: 1px none }

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a    { color: #fff; text-decoration: none; background: #000; display: block; margin: 0; padding: 6px 8px; float: left; border-top: #f4dc7a; border-right: 1px solid #f4dc7a; border-bottom: #f4dc7a; border-left: #f4dc7a }

.mattblackmenu li a:visited { color: #f7f7f9 }

.mattblackmenu li a:hover  { background: #000 }

.mattblackmenu a.selected  { background: #000 }