#cssmenu {
  width: 282px;
  margin-bottom: 20px;
  background: #ffffff !important
}
#cssmenu > ul > li {
  background: #ffffff; 
}
#cssmenu ul li:hover{
    cursor: pointer;
}
#cssmenu > ul > li > span {
  font-size: 13px;
  display: block;
  color: #111111;
  border-left: 2px solid #00923F;
}
#cssmenu > ul > li > span:hover a {
  color: #00923f;
}
#cssmenu > ul > li > span > font {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding: 12px 10px;
}
#cssmenu > ul > li > span > a {
  color: #111111;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.begin {
  border-bottom: none;
  background: #00923F;
  padding: 13px 0px;
}
#cssmenu .begin h2 {
  font-size: 16px;
  padding: 0px 10px 0px 50px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  font-family: "MyriadPro-Semibold";
  background: url(../images/pattern.png) no-repeat 13px 4px;
}
#cssmenu ul li.begin h2 {
  font-size: 16px;
  padding: 0px 10px 0px 50px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  font-family: "MyriadPro-Semibold";
  background: url(../images/pattern.png) no-repeat 13px 4px;
}
.services_filter #cssmenu > ul > li.has-sub > span{
  background: url(../images/icon_plus.png) 96% center no-repeat;
}

.services_filter #cssmenu > ul > li.has-sub.active > span{
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
.services_filter #cssmenu > ul > li.has-sub.active > ul{
  display:block; 
}
.services_filter #cssmenu > ul > li.has-sub.active > span a{
  color: #00923f !important;
  font-weight: bold;
}
/* Sub menu */
.services_filter #cssmenu ul ul {
  display: none;
  border-left: 1px solid #CACACA;
}

.services_filter #cssmenu ul ul ul {
  display: none;
  border-top: 1px solid #EEEEEE;
   border-left:none;
}
.services_filter #cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #EEEEEE;
  border-top: none;
  background: #ffffff;
}
.services_filter #cssmenu ul ul li.has-sub > span font{
  background: url(../images/expand.png) 95% center no-repeat;
}
.services_filter #cssmenu ul ul li.active span font{
  background: url(../images/retractable.png) 95% center no-repeat;
}
.services_filter #cssmenu ul ul ul li.active span font{
  background: none !important;
}
.services_filter #cssmenu ul ul ul li span font{
  background: none !important;
}
.services_filter #cssmenu ul ul li.active > ul{
  display: block;
}
.services_filter #cssmenu ul ul li.active > span a{
  color: #00923f !important;
  text-decoration: underline;
}
.services_filter #cssmenu ul ul > span{
  display: block;
}
.services_filter #cssmenu ul ul span font{
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 13px;
  font-weight: normal;
}
.services_filter #cssmenu ul ul ul span {
    padding: 0px 10px 0px 25px !important;
    display: block;
    font-size: 13px;
}
.services_filter #cssmenu ul ul a:before {

}
.services_filter #cssmenu ul ul a:hover {
  color: #00923f;
}