.W1-h52 {
  position: relative;
  background: #2b2f3a;
  width: 100%;
}
.W1-h52 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.W1-h52 > ul {
  position: relative;
  display: block;
  background: #2b2f3a;
  width: 100%;
  z-index: 500;
}
.W1-h52:after,
.W1-h52 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.W1-h52 > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.W1-h52 ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
.W1-h52 > ul > li > a {
  padding: 1em 1.5em;
  color: #D6D6D6;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.W1-h52 > ul > li:hover > a {
  color: #ffffff;
}
.W1-h52 li.has-sub:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.W1-h52 > ul > li.has-sub:after {
  right: 0.3em;
  top: 1.25em;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
.W1-h52 > ul > li:hover:after {
  border-top-color: #ffffff;
}
.W1-h52 ul ul {
  top: 4.4em;
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
.W1-h52 ul ul li {
  position: relative;
}
.W1-h52 > ul > li > a:active + ul,.W1-h52 > ul > li > a:focus + ul,.W1-h52 > ul > li > ul:hover { 
  left: auto;
  top: 2.75em;
  opacity: 1;
}
.W1-h52 ul ul li a:active + ul,.W1-h52 ul ul li a:focus + ul,.W1-h52 ul ul li ul:hover {
  left: 100%;
  top: 0;
  opacity: 1;
}
.W1-h52 ul ul li a {
  width: 10em;
  border-bottom: 1px solid #eeeeee;
  padding: 0.6em 1.2em;
  color: #6B6A6A;
  background: #E3E3E5;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.W1-h52 ul ul li:hover > a {
  background: #DBDBDD;
  color: #000;
}
.W1-h52 ul ul li:last-child > a,
.W1-h52 ul ul li.last > a {
  border-bottom: 0;
}
.W1-h52 > ul > li > ul:after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #DBDBDD;
  position: absolute;
  top: -12px;
  left: 30px;
}
.W1-h52 ul ul li.has-sub:after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}