.bg_member {
  background-color: #d7f5e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7f5e1), to(#61c06d));
  background-image: -webkit-linear-gradient(to bottom, #d7f5e1, #61c06d);
  background-image: -moz-linear-gradient(to bottom, #d7f5e1, #61c06d);
  background-image: -ms-linear-gradient(to bottom, #d7f5e1, #61c06d);
  background-image: -o-linear-gradient(to bottom, #d7f5e1, #61c06d);
  background-image: linear-gradient(to bottom, #d7f5e1, #61c06d);
  /* -pie-background: linear-gradient(180deg, $fromColor, $toColor)  @TODO CSS */
}

.nav2 {
  background-color: #61c06d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#61c06d), to(#d7f5e1));
  background-image: -webkit-linear-gradient(to bottom, #61c06d, #d7f5e1);
  background-image: -moz-linear-gradient(to bottom, #61c06d, #d7f5e1);
  background-image: -ms-linear-gradient(to bottom, #61c06d, #d7f5e1);
  background-image: -o-linear-gradient(to bottom, #61c06d, #d7f5e1);
  background-image: linear-gradient(to bottom, #61c06d, #d7f5e1);
  /* -pie-background: linear-gradient(180deg, $fromColor, $toColor)  @TODO CSS */
}

.nav3.active {
  background-color: #ffebdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffebdc), to(#ff9f47));
  background-image: -webkit-linear-gradient(to bottom, #ffebdc, #ff9f47);
  background-image: -moz-linear-gradient(to bottom, #ffebdc, #ff9f47);
  background-image: -ms-linear-gradient(to bottom, #ffebdc, #ff9f47);
  background-image: -o-linear-gradient(to bottom, #ffebdc, #ff9f47);
  background-image: linear-gradient(to bottom, #ffebdc, #ff9f47);
  /* -pie-background: linear-gradient(180deg, $fromColor, $toColor)  @TODO CSS */
}
.nav3:hover {
  background-color: #ff9f47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f47), to(#ffebdc));
  background-image: -webkit-linear-gradient(to bottom, #ff9f47, #ffebdc);
  background-image: -moz-linear-gradient(to bottom, #ff9f47, #ffebdc);
  background-image: -ms-linear-gradient(to bottom, #ff9f47, #ffebdc);
  background-image: -o-linear-gradient(to bottom, #ff9f47, #ffebdc);
  background-image: linear-gradient(to bottom, #ff9f47, #ffebdc);
  /* -pie-background: linear-gradient(180deg, $fromColor, $toColor)  @TODO CSS */
}
