//NEW_LIFESTYLE lifestyle.js

$(function() {
	var ro_nav0 = document.getElementById('sNav00');
	var ro_nav1 = document.getElementById('sNav01');
	var ro_nav2 = document.getElementById('sNav02');
	var ro_nav3 = document.getElementById('sNav03');
	IEPNGFIX.hover(ro_nav0, 'http://new-lifestyle.org/common/images/cmn_header_sub_nav_00_f2.png');
	IEPNGFIX.hover(ro_nav1, 'http://new-lifestyle.org/common/images/cmn_header_sub_nav_01_f2.png');
	IEPNGFIX.hover(ro_nav2, 'http://new-lifestyle.org/common/images/cmn_header_sub_nav_02_f2.png');
	IEPNGFIX.hover(ro_nav3, 'http://new-lifestyle.org/common/images/cmn_header_sub_nav_03_f2.png');
});
