I only want the text-shadow to be on the hover state.
here's the example page: http://dev.reggi.com/ex/cufon/cufonexample.html
**JS**
Cufon.replace('.headerright', {hover: true,'fontFamily' : 'League Gothic',textShadow:'0px 1px #cccccc'});
**CSS**
.headerright{text-transform:uppercase; font-size:76px;color:#CD7674;}
.headerright a:hover{color:#444444;}