#menu187id47 ul,
#menu187id47 li,
#menu187id47 span,
#menu187id47 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menu187id47 {
  height: /*30px*/ auto;
  width:100%;
/*  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
*/  background: #006530;
	
      display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; 
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
 }
#menu187id47:after,
#menu187id47 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu187id47 a {
  background: #006530;
  color: #fff;
  display: inline-block;
  font-family:   "Century Gothic", Tahoma, Arial, sans-serif;
  font-size: 110%;
  font-weight:bold;
  line-height: 30px;
  padding: 0 25px;
  text-decoration: none;
}

#menu187id47 .menuheader {
 /*paste in styling*/
	cursor: pointer;
	background: #006530;
  color: #fff;
  display: inline-block;
  font-family:   "Century Gothic", Tahoma, Arial, sans-serif;
  font-size: 110%;
  font-weight:bold;
  line-height: 30px;
  padding: 0 25px;
  text-decoration: none;
}

#menu187id47 ul {
  list-style: none;
}
#menu187id47 > ul {
  float: left;
}
#menu187id47 > ul > li {
  float: left;
  text-align:left;
}
#menu187id47 > 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 #00AB4C;
  margin-left: -10px;
}
#menu187id47 > ul > li:first-child >a {
}
#menu187id47 > ul > li:last-child >a {
}
#menu187id47 > ul > li.active a {
  background:  #33AB69;
	
}
#menu187id47 > ul > li:hover > a {
  background:  #33AB69;
  color:#fff;
}
#menu187id47 .has-sub {
  z-index: 1;
}
#menu187id47 .has-sub:hover > ul {
  display: block;
}
#menu187id47 .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#menu187id47 .has-sub ul li {
  *margin-bottom: -1px;
}
#menu187id47 .has-sub ul li a {
  background: #33AB69;
  border-bottom: 1px dotted #333333;
  filter: none;
  font-size: 100%;
  font-weight: normal;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#menu187id47 .has-sub ul li:hover a {
   color:#fff;
	background: #006530;
  font-weight:bold;
}
#menu187id47 .has-sub .has-sub:hover > ul {
  display: block;
}
#menu187id47 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu187id47 .has-sub .has-sub ul li a {
  background: #006530;
  border-bottom: 1px dotted #333;
}
#menu187id47 .has-sub .has-sub ul li a:hover {
  background: #006530;
}
