.siteHeaderNavBar {
  overflow: auto;
  margin-bottom: 1px;
  padding: 1px;
  width: 100%;
  background-color: #4e6a5d;
  font-size: .903em;
  font-family: Arial,Helvetica,sans-serif;
}

  .siteHeaderNavBar a {
    background-color: #4e6a5d;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  .siteHeaderNavBar .siteHeaderTopLevel, .siteHeaderNavBar .siteHeaderTopLevelSelected {
    float: left;
    padding: 16px 13px 16px 13px;
    border-right: 1px solid #3e5648;
  }

    .siteHeaderNavBar .siteHeaderTopLevel.selected {
      background-color: #fff;
      color: #4e6a5d;
    }

  .siteHeaderNavBar .siteHeaderTopLevelSelected {
    background-color: #fff;
    color: #4e6a5d;
  }

.flexdropdownmenu {
  font-size: .8em;
}

  .flexdropdownmenu, .flexdropdownmenu ul {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #64a1be;
    border-top-width: 0;
    border-bottom-width: 0;
    background-color: #97bfd3;
    list-style: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
  }

  .flexdropdownmenu li {
      position: relative;
    }

    * html .flexdropdownmenu li {
      display: inline-block;
      width: 170px;
    }

      .flexdropdownmenu li a {
        display: block;
        padding: 7px;
        width: 190px;
        border-bottom: 1px solid #64a1be;
        background: #2d678b;
        color: #fff;
        text-decoration: none;
      }

        .flexdropdownmenu li a:hover, .flexdropdownmenu li.selected > a {
		  color: #0A2E43;
          background: #97BFD3;
        }

.rightarrowclass {
  position: absolute;
  top: 11px;
  right: 5px;
}
