[class^="menuicon-"], [class*=" menuicon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
 
  /* fix buttons height */
  line-height: 1em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
 
.menuicon-td-angle-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x0b01;&nbsp;'); }
.menuicon-td-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x0b02;&nbsp;'); }
.menuicon-td-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x0b03;&nbsp;'); }
.menuicon-td-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x30e8;&nbsp;'); }
.menuicon-td-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xb040;&nbsp;'); }
.menuicon-td-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xb090;&nbsp;'); }