/* ################################################################ */
/* ########## png alpha cand :hover fix for IE 5.5 and 6 ########## */
/* ################################################################ */

if ((/MSIE (5\.5|6\.)/.test(navigator.userAgent)) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule){
	document.styleSheets[0].addRule('*', 'behavior: url(js/iepngfix.htc)');
}
