#menu190id0 ul,
#menu190id0 li,
#menu190id0 span,
#menu190id0 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menu190id0 {
  height: 40px;
   display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row; 
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
    clear:both;
    float:right;
    margin-right:20px;
}
#menu190id0:after,
#menu190id0 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu190id0 a {
  color: #fff;
  display: inline-block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
    /*font-size: 13px;*/
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;

}

#menu190id0 .menuheader {
 /*paste in styling*/
	cursor: pointer;
	color: #fff;
  display: inline-block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
    /*font-size: 13px;*/
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
}

#menu190id0 ul {
  list-style: none;
}
#menu190id0 > ul {
  float: left;
}
#menu190id0 > ul > li {
  float: left;
  text-transform:uppercase;
    color:#fff;
  background-color:#263A2E;
  display: block;
    font-size:100%;
}
#menu190id0 > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 2px;
/*  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6c5437;
  margin-left: -10px;
*/}
#menu190id0 > ul > li:first-child > a {
}
#menu190id0 > ul > li:last-child > a {
}
#menu190id0 > ul > li.active a {
  color: #fff;
  background-color:#E5E5E5;
    border-bottom: 2px solid #0E4B41;
}
#menu190id0 > ul > li:hover > a {
    color:#fff;
	background-color:#79c143;
	
}
#menu190id0 .has-sub {
  z-index: 1000;
}
#menu190id0 .has-sub:hover > ul {
  display: block;

}
#menu190id0 .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 20%;
  text-transform: none;
  border-top: 2px solid #0E4B41;
  -webkit-box-shadow: 1px 10px 10px 1px rgba(41,41,41,0.1);
  -moz-box-shadow: 1px 10px 10px 1px rgba(41,41,41,0.1);
  box-shadow: 1px 10px 10px 1px rgba(41,41,41,0.1);
}
#menu190id0 .has-sub ul li {
  *margin-bottom: -1px;
}
#menu190id0 .has-sub ul li a {
    color:#0E4B41;
  background-color:#fff;
/*  border-bottom: 1px dotted #a79887;*/  
  filter: none;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
  line-height: 120%;
  padding: 10px;
  text-align:left;
    font-size:100%;
}
#menu190id0 .has-sub ul li:hover a {
   color: #1E1E1E;
	background-color:#79c143;
}
#menu190id0 .has-sub .has-sub:hover > ul {
  display: block;
}
#menu190id0 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menu190id0 .has-sub .has-sub ul li a {
    color:#0E4B41;
  background-color:#fff;
	  letter-spacing: 1px;
  font-size: 13px;
}
#menu190id0 .has-sub .has-sub ul li a:hover {
   color: #fff;
	background-color:#fff;

}
#searchbox1 { 
	border-top:none; 
	padding:15px;}

.searchtextInput {
	height: 29px;
    padding-top: 0;
    padding-bottom: 0;
	border: 1px solid #d2d2d2;	
}

