#content #sub-nav.my-nav {
  box-shadow: 0px 7px 23px -6px black;
  z-index: 999;
  position: relative;
  height: 66px;
}

#content #sub-nav.my-nav ul {
  list-style: none !important;
  margin: 0;
  background: white;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

#content #sub-nav.my-nav ul li {
  list-style: none !important;
  color: black;
  float: left;
  text-transform: uppercase;
  margin: 0px;
  cursor: pointer;
}

#content #sub-nav.my-nav ul li:last-child {
  float: right;
  padding-top: 12px;
  padding-right: 20px;
  cursor: inherit;
}

#content #sub-nav.my-nav ul li a {
  font-size: 18px;
  letter-spacing: .16em;
  padding: 24px;
  color: black;
  display:block;
}

#content #sub-nav.my-nav ul li a:hover {
  color: white;
}
