 .leftMenu a {
     position: relative;
 }
 .leftMenu a .dcjq-icon {
     position: absolute;
     top: 50%;
     left: 14px;
     width: 34px;
     margin-top: -17px;
     height: 34px;
     background: url(images/plus_grey.png) no-repeat 0 center;
 }
 .leftMenu a.dcjq-parent.active .dcjq-icon {
     background: url(images/minus_grey.png) no-repeat 0 center;
 }