<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{ 
margin: 0;
padding: 0; float:left;
font: bold 11px Verdana;
list-style-type: none;
overflow: hidden;
width: 180px;
}

.mattblackmenu li{float: left; margin: 0; }

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
 /*padding inside each tab*/
 /*right divider between tabs*/

}

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

.mattblackmenu li a:hover{ color: ce0e19;

  /*background of tabs for hover state */
}

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