$(document).ready(function(){ 
	
	
	
		$("#prodhomeA").click(function() {  
		$('.homedrop').hide('slow');
		$('#prodhomeAA').show('slow');
		$('li#prodhomeB').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeC').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeD').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeE').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeA').css("background-image", "url(img/arrowshomedown2.png)");
		});
		
		$("#prodhomeB").click(function() {  
		$('.homedrop').hide('slow');
		$('#prodhomeBB').show('slow');
		$('li#prodhomeA').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeC').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeD').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeE').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeB').css("background-image", "url(img/arrowshomedown2.png)");
		
		
		});
		
		$("#prodhomeC").click(function() {  
		$('.homedrop').hide('slow');
		$('#prodhomeCC').show('slow');
		$('li#prodhomeA').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeB').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeD').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeE').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeC').css("background-image", "url(img/arrowshomedown2.png)");
		});
		
		$("#prodhomeD").click(function() {  
		$('.homedrop').hide('slow');
		$('#prodhomeDD').show('slow');
		$('li#prodhomeA').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeC').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeB').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeE').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeD').css("background-image", "url(img/arrowshomedown2.png)");
		});
		
		$("#prodhomeE").click(function() {  
		$('.homedrop').hide('slow');
		$('#prodhomeEE').show('slow');
		$('li#prodhomeA').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeC').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeD').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeB').css("background-image", "url(img/arrowshomeright2.png)");
		$('li#prodhomeE').css("background-image", "url(img/arrowshomedown2.png)");
		});
    

});
	

