<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menumain{
   margin:0;
   white-space:nowrap;
   overflow:hidden;
   width:100%;
   color:#333;
   background-color:transparent;
}

#menumain .menumain{
   float:left;
   width:80px;
   height:45px;
   color:#333;
   border-left:0px solid #d6d6d6;
   border-bottom:0px solid #dbdbdb;
   line-height:45px;
   text-align:center;
   margin:0px 0px 0px 0px ;
}


#menumain .menumain a:link {
   color: #333; 
   display:block;
   text-decoration: none;
   line-height:45px;
   font-weight:bold;
   font-size:14px;
}

#menumain .menumain a:visited {
   color: #333; 
   display:block;
   text-decoration: none;
   line-height:45px;
}

#menumain .menumain a:hover {
   color: #333; 
   text-decoration: none;
   background-color:transparent;
   line-height:45px;
} 

</pre></body></html>