/* Nav Menu - positioned at bottom of page */
.header {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.menu {
  padding-right: 1px;
}

.menu li {
  float: left;
  font-size: 13px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  width: auto;
}

.menu li a {
  padding: 0 14px;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  transition: all 0.25s;
  letter-spacing: 0.5px;
}

.menu li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
}

.menu li a.noborder {
  border-right: none;
}

.li_3 {
  position: relative;
  z-index: 100;
}

.li_3 a.noclick {
  width: auto;
  min-width: 80px;
}

.li_3_content {
  position: absolute;
  bottom: 48px;
  left: 0;
  line-height: 36px;
  z-index: 99;
  display: none;
  width: 130px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  overflow: hidden;
}

.li_3:hover .li_3_content {
  display: block;
}

.li_3_content a:hover {
  color: #ED1C24 !important;
  background: #fafafa;
}

.li_3_content dt {
  height: 0;
  border: none;
}

.li_3_content dd {
  padding: 0 12px;
  background: #fff;
}

.li_3_content dd a {
  text-align: center;
  padding: 0 12px;
  border-right: none;
  color: #666;
  font-weight: 400;
  width: auto;
  display: block;
  font-size: 12px;
}

.li_3_content dd.lastItem {
  background-image: none;
  border-bottom: none;
}

.li_3_content dd.lastItem a {
  border-bottom: none;
}
