dovrebbe funzionare così.

codice:
<head>
  <style type="text/css">
    a:hover { 
      cursor: url('path/al/tuo/nuovo/cursore.ico') ; 
    } 
  </style>
</head>