ul.horizontal.site-menu {text-align:center;
background-color: white !important;}
ul.horizontal.site-menu ul.sub-menu li { text-align: left;} 
ul.horizontal.site-menu li { float:none; display:inline-block; vertical-align:top; }

nav, .site-menu {
    background-color: white !important;
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

ul.horizontal.site-menu li span a, ul.horizontal.site-menu li span span {
    color: black !important;
font-weight: normal !important;}

ul.horizontal.site-menu li span a:hover {
    color: #F78D1D!important;
font-weight: normal !important;}

ul.horizontal.site-menu li span span:hover {
    color: #F78D1D!important;
font-weight: normal !important;}

ul.horizontal.site-menu ul.sub-menu li span a {
    color: black !important;
background-color: #F78D1D !important;
font-weight: normal !important;
}

ul.horizontal.site-menu ul.sub-menu li span a:hover {
    color: #ffffff !important;
    background-color: #F78D1D! important;
font-weight: normal !important;
}

ul.horizontal.site-menu li.selected-menu-item a {
    text-decoration: underline;
    color: #F78D1D !important;
}

#menu_container {
    border-top: none;
    border-bottom: none;
    background-color: white;
}

#header_cell {
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

