#mmenu_box{display:none;}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  left:278px;
}
#cssmenu > ul > li.active a {
	background: rgb(89,89,89); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(135,135,135,1) 50%, rgba(89,89,89,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(135,135,135,1)), color-stop(100%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* W3C */
}
#cssmenu > ul > li.active a:hover {
  background: #646464;/* Old browsers */
  /*background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  /background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);*/
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
}
#cssmenu > ul > li a {
  background: #343434; /* Old browsers */
 /* background: -moz-linear-gradient(top, #343434 0%, #656565 50%, #343434 100%); /* FF3.6+ */
 /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(50%,#656565), color-stop(100%,#343434)); /* Chrome,Safari4+ */
 /* background: -webkit-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* Opera 11.10+ */
 /* background: -ms-linear-gradient(top, #343434 0%,#656565 50%,#343434 100%); /* IE10+ */
  background: linear-gradient(to bottom, #343434 0%,#656565 50%,#343434 100%); /* W3C */
  border-right: 1px solid #5d5d5d;
  line-height: 38px;
  padding: 0 25px;
}
#cssmenu > ul > li a:hover {
    background: rgb(89,89,89); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(135,135,135,1) 50%, rgba(89,89,89,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(50%,rgba(135,135,135,1)), color-stop(100%,rgba(89,89,89,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,89,89,1) 0%,rgba(135,135,135,1) 50%,rgba(89,89,89,1) 100%); /* W3C */
}
#cssmenu > ul > li:first-child a {
  /*border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;*/
 /* border-left: 1px solid #5d5d5d;*/
}
#cssmenu > ul > li:last-child a {
 /* border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;*/
  border-right: 0px;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */
  z-index: 1;
  width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
 /* border-left: 1px solid #5d5d5d;*/
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}


