._expendTAB ul {

  list-style: none;

  padding: 0;

}



._expendTAB ul .inner {

  overflow: hidden;

  display: none;

}



._expendTAB ul li {

  margin: 0 0 2px 0;

  border: solid 1px #4d915a;

}



._expendTAB ul li a {

  text-decoration: none;

  font-size: 15px;

  width: 100%;

  display: block;

  background: #e8f4d6;

  color: #212121;

  padding: 10px;

  transition: background 0.3s ease;

  background-repeat: no-repeat;

  background-position: 95%;

  border-bottom: none;

}



._expendTAB ul li a:hover {

  background-color: #d4ecb0;

}



._expendTAB ul li a.toggle {

  background-size: 15px 15px;

  background-image: url("../images/downarrow.png");

}



#top {

  /*border-top: 1px solid gray;*/

}



/*

ul li a.toggle:hover {

  background-color: #E9F9F9;

} */



._expendTAB ul.inner li > a {

  padding-left: 10px;

  color: #0c5f10;

  font-size: 13px;

}

._expendTAB ul.inner {

  border-top: solid 1px #0c5f10;

}

._expendTAB ul.inner .inner li > a {

  padding-left: 15px;

  color: #0c5f10;

  position: relative;

}

._expendTAB ul.inner .inner li > a:before {

  background-image: url(../images/angle-right.png);

  background-repeat: no-repeat;

  background-position: left;

  width: 5px;

  height: 9px;

  position: absolute;

  left: 5px;

  top: 17px;

  content: "";

}



._expendTAB ul.inner .inner .inner li > a {

  padding-left: 15px;

}



._expendTAB ul li a.expanded {

  background-image: url("../images/uparrow.png");

  background-repeat: no-repeat;

  background-position: 95%;

  background-size: 15px 15px;

}



._expendTAB ul .inner li {

  margin: 0;

  border: none;

}

._expendTAB ul .inner li a {

  background-color: #fff;

  border: 0;

  border-bottom: solid 1px #f7f7f7;

}

._expendTAB ul .inner li a:hover {

  color: #fe9b19;

}

/*._expendTAB ul .inner li:last-child a{

	border-bottom:0;

}*/

._expendTAB ul .inner li a.toggle,

._expendTAB ul.inner .inner .inner li > a.toggle {

  /*background-color:#f9f9f9;

	border-bottom:solid 1px #efefef;*/

  padding-left: 10px;

}

._expendTAB ul .inner li a.toggle:before {

  display: none;

}

