#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
 
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  float:left;
  margin-bottom:15px;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 11px 10px;
  cursor: pointer;
  z-index: 2;
  font-family: myfont3,sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;


}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee; 
 
}
 
  
 
}
#cssmenu > ul > li.open > a {
	

}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {

}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 10px;
  z-index: 10;
  
}

.holder::before {
	top:7px;
	width:21px; height:21px;
	
	
	
	 
}

.holder::after {
  top: 7px; width:21px; height:21px;
/*background:url(../images/plus12.png) no-repeat left bottom;*/
 
  
}

#minus .holder::before {
	background:url(../images/plus12.png) no-repeat left bottom !important;
}

#plus .holder::before {
	background:url(../images/plus12.png) no-repeat left top !important;
}



#cssmenu ul li.minus {   }

#cssmenu .open {
	
	 
}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  
}


#cssmenu ul ul li a {
  cursor: pointer;

  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #5d5956;
  background:url(../images/ar_rt.png) no-repeat 90% center #c7c4c2;
 
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background:url(../images/ar_rt.png) no-repeat 90% center #c7c4c2;
  color: #000;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
  
}
#cssmenu ul ul ul li:first-child > a {
  
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
  background:#eae8e8;
  background-image:none;
}

#cssmenu ul ul ul li a:hover {
	background-image:none;
	background:#eae8e8;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
   background:url(../images/ar_bt.png) no-repeat 90% center #c7c4c2;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
 


}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
 
}
