swinging menu

swinging menu

Hey,
I have menu build from tiles that look like sign hanging from nail and I want to make my menu swing on mouse hover.
How I can make this?

edit:
I found and used some with "mouseover" and "mouseout" and CSS3 transform, for example
$(this).css('-moz-transform', 'rotate(20deg)')
I had to use -webkit and -ms with the transform, I work good on Firefox and Chrome, and IE9
on older IE it do not work I believe it will work.
So I need to forget about older IE?, I only going to support IE8, I do not care about IE7 and really do not care about IE6.

Any idea how I can make it work in IE8?