 #OlbBody .OlbMenuContainer ul {background: #0155aa;  /*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 {color: white;} #OlbBody .OlbMenuContainer ul li.NavRoot.ui-state-active {background: #303d5d; /*dark*/
color: white;
border:0px;} #OlbBody .OlbMenuContainer ul li.NavRoot > a {background: transparent;
border-color: transparent;
color: white;} #OlbBody .OlbMenuContainer ul li.NavRoot > a.ui-state-active {background: transparent; /*dark*/
color: white;
text-decoration:underline;
transition:all 300ms ease-in-out;
border:0px;} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) {background: #0155aa; /*dark*/
color: #ffffff;
border:0px;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot).ui-state-active {background: #003e7d; /*dark*/
color: white;
text-decoration:underline;
transition:all 300ms ease-in-out;
} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) > a {background: #0155aa; /*dark*/
color: #ffffff;
border:0px;} #OlbBody .OlbMenuContainer ul li:not(.NavRoot) > a.ui-state-active {background: #003e7d; /*dark*/
color: white;
text-decoration:underline;
transition:all 300ms ease-in-out;} #OlbBody .OlbMenuContainer ul li, #OlbBody .OlbMenuContainer ul li.Nav {background-color:transparent;} #OlbBody .OlbMenuContainer ul li > a, #OlbBody .OlbMenuContainer ul li.Nav > 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:14px;
border: 0px;} #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: #0155aa; /*dark*/
color: white;
box-shadow: 0px 0px 23px -1px rgba(0,0,0,0.49);}