 
  div.menubar {
    position: fixed;
    border-top: 4px solid #0d3673;
    border-bottom: 1px solid black;
    background-color: #e6ebf1;
    color: black;
    top: 0px;
    height: 24pt;
    left: 0px;
    right: 0px;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;    
    font-family: "DejaVu Sans", "Noto Sans", "Segoe UI", sans-serif, "Gandhari Unicode";
    box-shadow: 4px 3pt 10pt #888888;
  }

@media only screen and (max-device-width: 480px) {
  div.menubar {
    border-top: 3px solid #0d3673;
    height: 16pt;
    font-size: 9.5pt;    
    box-shadow: 2px 1pt 5pt #888888;
  }
}

  div.shortbar {
    position: fixed;
    border-top: 4px solid #0d3673;
    border-bottom: 1px solid black;
    background-color: #e6ebf1;
    color: black;
    top: 0px;
    height: 24pt;
    left: 0px;
    width: 100px;
    box-shadow: 4px 3pt 10pt #888888;
  }

@media only screen and (max-device-width: 480px) {
  div.shortbar {
    border-top: 3px solid #0d3673;
    height: 16pt;
    width: 50px;
    box-shadow: 2px 1pt 5pt #888888;
  }
}

  div.menu {
    position: absolute;
    top: 2pt;
    left: 1.5em;
    right: 4pt;
    padding-left: 80px;
    margin-top: 1px;
  }

@media only screen and (max-device-width: 480px) {
  div.menu {
    top: 0pt;
    left: 1em;
    right: 3pt;
    padding-left: 40px;
  }
}

  span.menuItem:hover {
    color: #ba4200;
    text-decoration: underline;
    cursor: pointer;
  }

  span.menuItemSelected {
    background-color: #94b1d4;
  }

  div.menuItemsLeft {
    position: relative;
    width: 82%;
    float: left;
    display: inline-block;    
    white-space: nowrap;
    overflow: hidden;
  }

  div.menuItemsRight {
    position: relative;
    float: right;
    text-align: right;    
    display: inline-block;
	  margin-right: 10px;
  }

  .scroll::-webkit-scrollbar {
    display: none;
  }

@media only screen and (max-device-width: 480px) {
  div.menuItemsLeft {
    position: relative;
    float: left;
    display: inline-block;    
    width: 80%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  div.menuItemsRight {
    position: relative;
    float: right;
    display: inline-block;
    width: 44px;
	  margin-right: 5px;
    overflow-x: clip;
  }
}
  div.toggle {
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    height: 24pt;
  }
  
  span.submenuItemSelected {
    background-color: #94b1d4;
  }
  
  div.submenubar {
    font-family: "DejaVu Sans", "Noto Sans", "Segoe UI", sans-serif, "Gandhari Unicode";
    color: black;
    position: fixed;
    background-color: #e5e5e5;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    top: 27pt;
    min-height: 27px;
    left: 100px;
    right: 0px;
    box-shadow: 4px 3pt 10pt #888888;
  }

@media only screen and (max-device-width: 480px) {
  div.submenubar {
    top: 24.5px;
    min-height: 22px;
    left: 50px;
    right: 0px;
    box-shadow: 4px 3pt 10pt #888888;
  }
}

  div.submenu {
    position: absolute;
    top: 2pt;
    left: 4pt;
    right: 4pt;
    padding-left: 3px;
    padding-right: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;    
    font-family: "DejaVu Sans", "Noto Sans", "Segoe UI", sans-serif, "Gandhari Unicode";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

@media only screen and (max-device-width: 480px) {
  div.submenu {
    top: 0pt;
    left: 2pt;
    right: 2pt;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 8.5pt;    
    width: 100%;
    overflow: scroll;
  }
}

  img.logo {
    position:fixed;
    border: 0px;
    left: 10px;
    top: 0px;
    width: 73px;
    background-color: white;
    box-shadow: 4px 3pt 10pt #888888;
  }

@media only screen and (max-device-width: 480px) {
  img.logo {
    left: 5px;
    top: 0px;
    width: 40px;
    box-shadow: 2px 1pt 5pt #888888;
  }
}

  span.search {
    padding: 0px;
    padding-right: 4px;
    text-align: center;
  }

  span.submenugroup {
      background-color: white;
      padding: 0px 2px 0px 2px;
      border: 1px solid black;
      letter-spacing: -1pt;
  }

  input.searchbox {
    border: 1px solid #a5a5a5;
    background-color: white;
    width: 75px;
    padding-left: 4px;
    padding-right: 4px;
  }

  select.searchtype {
    border: 1px solid #a5a5a5;
    background-color: white;
    width: 100px;
  }

  option.searchtype {
    width: 100px;
  }

  div.sections {
    position: relative;
    float: left;
    width 80%;
    display: inline-block;    
  }
  
  div.searchandfilter {
    position: relative;
    float: right;
    display: inline-block;
    text-align: right;    
	  right: 5px;
    width: 250px;
  }
  

@media only screen and (max-device-width: 480px) {
  input.searchbox {
    width: 60px;
  }

  select.searchtype {
    display: none;
  }

  span.optionsToggle {
    display: none;
  }

  div.searchandfilter {
    width: 75px;
  }  
}

  .hidden {
    display: none;
  }

  div.options {
    font-family: "DejaVu Sans", "Noto Sans", "Segoe UI", sans-serif, "Gandhari Unicode";
    display: inline;
    color: black;
    position: fixed;
    background-color: #f5f5f5;
    border: 1px solid black;
    padding: 5px;
    top: 48pt;
    right: 2px;
    text-align: left;
    text-indent: 0px;
    font-size: 10.5pt;
    line-height: 1.6;
    box-shadow: 4px 3pt 10pt #888888;
  }

  span.label {
    float: left;
    width: 80px;
  }

  span.toggle {
    font-weight: 600;
    cursor: pointer;  
  }
  span.right {
    float: right;
  }
  
  span.nativehidden {
    display: none;
  }
  
  span.latinhidden {
    display: none;
  }
  
  span.padhidden {
    display: none;
  }
  
  span.bothhidden {
    display: none;
  }
  
  span.edbtnshidden {
    display: none;
  }  
  
  .filter {
    width: 100px;
  }
  
  .menuitem {
    text-decoration: none;
    color: black;
  }
  
  .menuitem:hover {
    color: #ba4200;
    text-decoration: underline;
    cursor: pointer;
  }  

  div.optiontable {
    display: table;
    margin-left: 50%;
    margin-right: 2px;
    left: 0px;
    right: 0px;
    text-align: left;
  }
  
  .edmenu {
    color: #656565;
  }

  div.optionrow {
    display: table-row;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    cursor: pointer;    
  }

  div.optioncell {
    display: table-cell;
    text-align: left;
    padding: 3px;
  }
 
