header nav.sub-header nav#menu > ul > li:nth-child(1) {
  padding: 22px;
}
header nav.sub-header nav#menu > ul > li:nth-child(1) ul.sub-menu {
  position: absolute;
  right: 0;
  bottom: -59px;
  display: inline;
  width: 100%;
  padding: 22px 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #0388d1;
  height: 15px;
  overflow: hidden;
}

header nav.sub-header nav#menu {
  padding-top: 0;
}
