<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul  { font: bold 14px Helvetica; background: #073920; list-style-type: none; margin: 0; padding: 0; width: 100% }

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

.mattblackmenu li a  { color: white; text-decoration: none; background: #073920; padding: 10px 8px 6px; position: relative; z-index: 0; left: 70px; height: 17px; float: left; outline: solid 1px #fc0 }

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}</pre></body></html>