Outline property in IE

I’m creating an AJAX tab menu. When someone clicks on a tab, I remove the ugly dotted outline around the tab with:


a {
   outline: none;
}

This property is not supported in IE. Are there any hacks to make it work in IE?