#topcssmenu ul,
#topcssmenu li,
#topcssmenu span,
#topcssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
	z-index:900;
}
#topcssmenu {
  height: 35px;
	width: 100%;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  /*background: #141414;*/
	background: #333;
  background: -moz-linear-gradient(top, #32323a 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #32323a 0%, #333 100%);
  background: -o-linear-gradient(top, #32323a 0%, #333 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #333 100%);
  background: linear-gradient(to bottom, #32323a 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#333', GradientType=0);
  border-bottom: 2px solid #50B85A;
	clear:both;
	/*float:left;*/
	display:block;
	z-index:900;
}

#topcssmenu:after,
#topcssmenu ul:after {
  content: '';
  display: block;
  clear: both;
	z-index:900;
}
#topcssmenu a {
  /*background: #141414;*/
	background: #333;
  background: -moz-linear-gradient(top, #32323a 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #32323a 0%, #333 100%);
  background: -o-linear-gradient(top, #32323a 0%, #333 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #333 100%);
  background: linear-gradient(to bottom, #32323a 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#333', GradientType=0);
  color: #ffffff;
  display: inline-block;
	font-family:Verdana, Geneva, sans-serif;
  /*font-family: Helvetica, Arial, Verdana, sans-serif;*/
  font-size: 12px;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
	z-index:900;
}
#topcssmenu ul {
  list-style: none;
	z-index:900;
}
#topcssmenu > ul {
  float: left;
	z-index:900;
}
#topcssmenu > ul > li {
  float: left;
	z-index:900;
	
	text-align:center;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  /*background: #141414;*/
	background: #333;
  background: -moz-linear-gradient(top, #32323a 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #32323a 0%, #333 100%);
  background: -o-linear-gradient(top, #32323a 0%, #333 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #333 100%);
  background: linear-gradient(to bottom, #32323a 0%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#333', GradientType=0);
  border-bottom: 2px solid #50B85A;
}
#topcssmenu > ul > li:hover:after {  /* the triangle */
  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 #50B85A;
  margin-left: -10px;
	z-index:900;
}
#topcssmenu > ul > li:first-child a {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
	z-index:900;
}
#topcssmenu > ul > li:last-child a {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
	z-index:900;
}
#topcssmenu > ul > li.active a {
  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, #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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
	z-index:900;
}
#topcssmenu > 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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
	z-index:900;


}
#topcssmenu .has-sub {
  /*z-index: 1;*/
	z-index:900;
}
#topcssmenu .has-sub:hover > ul {
  display: block;
	z-index:900;
}
#topcssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 225px;
  top: 100%;
  /*left: 0;*/
	z-index:900;
	
	text-align:left;
}
#topcssmenu .has-sub ul li {
  margin-bottom: -1px;
	z-index:900;
}
#topcssmenu .has-sub ul li a {
  background: #50B85A;
  border-bottom: 1px dotted #aad06d;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
	z-index:900;
}
#topcssmenu .has-sub ul li:hover a {
  background: #3F8946;
	z-index:900;
}
#topcssmenu .has-sub .has-sub:hover > ul {
  display: block;
	z-index:900;
}
#topcssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
	z-index:900;
}
#topcssmenu .has-sub .has-sub ul li a {
  background: #3F8946;
  border-bottom: 1px dotted #97b36b;
	z-index:900;
}
#topcssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
	z-index:900;
}
