	jQuery.noConflict();
	
	jQuery(document).ready(function(){				
		
		jQuery('.az_menu_link').hover(
			function(){
				jQuery(this).parent().removeClass('az_menu_item');
				jQuery(this).parent().addClass('az_menu_item_over');
			}, 
			function(){
				jQuery(this).parent().removeClass('az_menu_item_over');
				jQuery(this).parent().addClass('az_menu_item');
			}			
		);	
	});
	
	function az_change_lang(url){
	 	document.location.href = url;
	}
	
	function az_go_search(){
		jQuery('form[name="quick_find"]').submit();
	}

jQuery(document).ready(function() {
	
	jQuery("img[src$='images/checkout_bullet.gif']").css('vertical-align', 'bottom');
	var total_li_width = 0;
	var total_infobar = 0;

	jQuery('.az_menu_item').each(function(){
		total_li_width += jQuery(this).width();
	});

	jQuery('.az_mi_spacer:first').width(640-total_li_width);
	

});
