#menu135id24 ul,
#menu135id24 li,
#menu135id24 span,
#menu135id24 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menu135id24 {
  height: 40px;
  background: #484848;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #484848));
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%, #484848 100%);
}
#menu135id24:after,
#menu135id24 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu135id24 a {
  width: 97px;
  height: 26px;
  background: #484848;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #484848));
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%, #484848 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%, #484848 100%);
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 7px 0 7px 0;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #484848;
  border-right: 1px solid #7c7c7c;
  line-height: 13px;  
}
#menu135id24 ul {
  list-style: none;
}
#menu135id24 > ul {
  float: left;
}
#menu135id24 > ul > li {
  float: left;
}
/* The arrow indicating a submenu */
#menu135id24  > ul .has-sub .has-sub>a::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 6px;
  width: 0px;
  height: 0px;

/* Creating the arrow using borders */
  border: 4px solid transparent;
  border-left: 4px solid #ffffff; 
}
#menu135id24 > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #72b800;
  margin-left: -6px;
}
#menu135id24 > ul > li.active a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}
#menu135id24 > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}
#menu135id24 .has-sub {
  z-index: 1;
}
#menu135id24 .has-sub:hover > ul {
  display: block;
}
#menu135id24 .has-sub ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
#menu135id24 .has-sub ul li {
  *margin-bottom: -1px;
}
#menu135id24 .has-sub ul li a {
	background: #72b800;
	border-bottom: 1px solid #ffffff;
	filter: none;
	color: #ffffff;
	width: 243px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	text-transform: none;
	display: block;
	line-height: 120%;
	padding: 6px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	line-height: 13px;
}
#menu135id24 .has-sub ul li:hover a {
  background: #549200;
}
#menu135id24 .has-sub .has-sub:hover > ul {
  display: block; 
}
#menu135id24 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;  
}
#menu135id24 .has-sub .has-sub ul li a {
  background: #72b800;
  border-bottom: 1px solid #ffffff;
}
#menu135id24 .has-sub .has-sub ul li a:hover {
  background: #549200;
}