<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.horiz_menu ul {
 float: right;
 list-style-type: none;
}
   .horiz_menu li {
    display: inline;
    line-height: 30px;
    font-weight: bold;
   }
      .horiz_menu a {
       float: left;
       text-decoration: none;
       height: 30px;
       text-align: center;
       font-size: 13px;
       color: #24476a;
       letter-spacing: 1px;
       background-image: url("images/horiz_menu_a_background.png");
       background-repeat: repeat-x;
       margin: 0px 0px 0px 2px;
      }
      .horiz_menu a:hover {
       color: #ffffff;
       background-image: url("images/horiz_menu_a_hover_background.png");
       background-repeat: repeat-x;
      }
      .horiz_menu li.menu-current a {
       color: #ffffff;
       background-image: url("images/horiz_menu_a_hover_background.png");
       background-repeat: repeat-x;
      }
      .horiz_menu span {
       margin: 0px 9px 0px 9px;
      }

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