#cssmenu-39 ul,
#cssmenu-39 li,
#cssmenu-39 span,
#cssmenu-39 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu-39 {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  border-bottom: 2px solid #e7e7e7;
  width: auto;
}
#cssmenu-39:after,
#cssmenu-39 ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu-39 a {
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 19px 20px;
  text-decoration: none;
}
#cssmenu-39 ul {
  list-style: none;
}
#cssmenu-39 > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu-39.align-center {
  text-align: center;
}
#cssmenu-39.align-center > ul > li {
  float: none;
}
#cssmenu-39.align-center ul ul {
  text-align: left;
}
#cssmenu-39.align-right > ul {
  float: right;
}
#cssmenu-39.align-right ul ul {
  text-align: right;
}
#cssmenu-39 > ul > li > a {
  color: #ffffff;
  font-size: 18px;
}
#cssmenu-39 > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e7e7e7;
  margin-left: -10px;
}
#cssmenu-39 > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu-39.align-right > ul > li:first-child > a,
#cssmenu-39.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu-39.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu-39 > ul > li.active > a,
#cssmenu-39 > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}
#cssmenu-39 .has-sub {
  z-index: 1;
}
#cssmenu-39 .has-sub:hover > ul {
  display: block;
}
#cssmenu-39 .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu-39.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu-39 .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu-39 .has-sub ul li a {
  background: #e7e7e7;
  border-bottom: 1px dotted #ffffff;
  font-size: 16px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #9ead6a;
}
#cssmenu-39 .has-sub ul li:hover a {
  background: #cecece;
}
#cssmenu-39 ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu-39 .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu-39 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu-39.align-right .has-sub .has-sub ul,
#cssmenu-39.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu-39 .has-sub .has-sub ul li a {
  background: #cecece;
  border-bottom: 1px dotted #ffffff;
}
#cssmenu-39 .has-sub .has-sub ul li a:hover {
  background: #c1c1c1;
}
#cssmenu-39 ul ul li.last > a,
#cssmenu-39 ul ul li:last-child > a,
#cssmenu-39 ul ul ul li.last > a,
#cssmenu-39 ul ul ul li:last-child > a,
#cssmenu-39 .has-sub ul li:last-child > a,
#cssmenu-39 .has-sub ul li.last > a {
  border-bottom: 0;
}
#cssmenu-39 {
  background: transparent;
  border-bottom: none;
}
#cssmenu-39 a {
  background: transparent;
  font-family: 'Arimo', serif;
}
#cssmenu-39 > ul > li {
  height: 50px;
}
#cssmenu-39 > ul > li:hover:after {
  content: "";
  display: none;
  width: 0px;
  height: 0px;
  bottom: 0px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #transparent;
  margin-left: 0px;
}
#cssmenu-39 > ul > li > a,
#cssmenu-39 > ul > li.active > a,
#cssmenu-39 > ul > li:hover > a,
#cssmenu-39 > ul > li:hover.active > a {
  box-shadow: none;
}
#cssmenu-39 > ul > li:hover > a,
#cssmenu-39 > ul > li.active > a {
  background: transparent;
}
#cssmenu-39 li.active > a,
#cssmenu-39 li.current_page_parent > a,
#cssmenu-39 li.current_page_ancestor > a {
  background: transparent;
}
#cssmenu-39 > ul > li > a > span,
#cssmenu-39 > ul > li > ul > li > a > span,
#cssmenu-39 > ul > li > ul > li > ul > li > a > span {
  font-weight: normal;
  font-family: 'calibri', serif;
}
#cssmenu-39 > ul > li > ul {
  margin-left: 20px;
  -webkit-box-shadow: 5px 5px 9px 0px #666666;
  -moz-box-shadow: 5px 5px 9px 0px #666666;
  box-shadow: 5px 5px 9px 0px #666666;
}
#cssmenu-39 > ul > li:first-child > a {
  border-top-left-radius: 0px;
}
hi