$(document).ready(function() {
	$(".topmenuwrapper").hover(function() {
		$(this).find(".topproductmenu").show();
	}, function() {
		$(this).find(".topproductmenu").hide();
	}
	);
	
	
	if($.browser.msie && jQuery.browser.version < 7) { $( function() { 
		
				$(".dropdowntopright").addClass("dropdowntopright_ie6");
				$(".dropdownright").addClass("dropdownright_ie6");
				$(".dropdownbottomleft").addClass("dropdownbottomleft_ie6");
				$(".dropdownbottomcenter").addClass("dropdownbottomcenter_ie6");
				$(".dropdownbottomright").addClass("dropdownbottomright_ie6");
											   
																   
																   
																   
	} ); }
	
	
	
	
	
	
});