$(document).ready(function() {
	$("#header ul li").hover(function() {
		$(this).css({ 'background' : '#666677 url(topnav_active.gif) repeat-x'});
		$(this).find("span").show();
	} , function() {
		$(this).css({ 'background' : 'none'});
		$(this).find("span").hide();
	});

	$(".cmgif").jQIR("gif", "./images/common/");
	$(".cmpng").jQIR("png", "./images/common/");
	$(".hmpng").jQIR("png", "./images/home/");
	$(".mnpng").jQIR("png", "./images/mnavi/");
	$(".gdjpg").jQIR("jpg", "./images/gloves/");
	$(".gdpng").jQIR("png", "./images/gloves/");
	$(".hdpng").jQIR("png", "./images/helmets/");
	$(".hdjpg").jQIR("jpg", "./images/helmets/");

	$('#header li a img').rollover('_over');
});

(function($) { $(function() { $('#header li, ul.itemimg li a img, ol.itemimg ul li img, .itemimages img').wink(); }); })(jQuery);

