jQuery(document).ready(function(){
	jQuery('#ecms_primeNav .navItem').hover(function() {
		jQuery(this).attr('id', 'hoverTab');
	},function(){
		jQuery('#hoverTab').attr('id', '');
	});
});
