<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 {width: 100%; height: 32px; background: #30363f;}

.mattblackmenu ul{
margin: 0;
padding: 0px;
list-style-type: none;
height: 32px;
line-height: 32px;
overflow: hidden;
float: left;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-transform: normal;
margin: 0;
height: 32px;
line-height: 32px;
padding: 0px; /*padding inside each tab*/
color: #fff;
font-size: 16px;
}
.mattblackmenu li a span{padding: 0px 26px;}

.mattblackmenu li a:visited{
color: #fff;
}

.mattblackmenu li a:hover{
background: #1c1d1f !important;
text-decoration: none;
color: #fff;
}
.mattblackmenu li a:hover span{display: block; height: 32px; line-height: 32px; padding: 0px 26px;}

.mattblackmenu a.selected{
background: #1c1d1f !important;
color: #fff;
}
.mattblackmenu li a.selected span{display: block; height: 32px; line-height: 32px; padding: 0px 26px;}

.topblackwhite li a{
background: #1c1d1f;
color: #fff;
}

.topblackwhite li a:hover{
background: #30363f;
color: #fff;
}</pre></body></html>