<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> #OlbBody .OlbMenuContainer ul {background: #cc1c00;  /*orange*/
color: white;
border: 0px;
/* to make main menu rounded use border radius below */
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;} #OlbBody .OlbMenuContainer ul li.NavRoot {/* background: #e96300; */  /*orange*/
color: #fff;
border:0px;} #OlbBody .OlbMenuContainer ul li.NavRoot.ui-state-focus {background: #33180d; /*dark*/
color: white;
} #OlbBody .OlbMenuContainer ul li.NavRoot &gt; a {background: transparent;
border-color: transparent;
color: #ffffff;
border:0px;} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) {
color: #ffffff;
border:0px;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot).ui-state-focus {background: #33180d; /*dark*/
color: white;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot).ui-state-active {background: #33180d; /*dark*/
color: white;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) &gt; a {
color: #ffffff;
border:0px;} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) &gt; a.ui-state-focus {background: #33180d; /*dark*/
color: white;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) &gt; a.ui-state-active {background: #33180d; /*dark*/
color: white;
} #OlbBody .OlbMenuContainer ul li &gt; a, #OlbBody .OlbMenuContainer ul li.Nav &gt; a {border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;

font-family: 'Open Sans', sans-serif;
font-size:16px;
border: 0px;
text-decoration:none;} #OlbBody .OlbMenuContainer ul .NavRoot ul.OlbMenu {border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: 0px;
background: #921400; /*dark*/
color: white;
box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.49);}</pre></body></html>