
$(document).ready(function() {
								$("#hidden-drop-down").hide();
								$("#jq").hover( function() { $("#hidden-drop-down").fadeIn("fast").stop;}
								, function() {$("#hidden-drop-down").show("slow").stop; }); 
							 });  
 
$(function(){ $('#hidden-drop-down').hover(function(){},function() {$("#hidden-drop-down").fadeOut("fast").stop; }); }) ; 
 
 
$(function(){$("#top-link2").hover(function(){$("#top-link2").css("background-image","url('skin1/images/customer/popdown_rollover_layer_only.png')");
											  $("#top-link2").css("repeat","no-repeat");
											  $("#top-link2").css("cursor","pointer");}
								  ,function(){$("#top-link2").css("background-image","none"); 								
								  }); }); 

$(function(){$("#top-link3").hover(function(){$("#top-link3").css("background-image","url('skin1/images/customer/popdown_rollover_layer_only.png')");
											  $("#top-link3").css("repeat","no-repeat");
											  $("#top-link3").css("cursor","pointer");}
								  ,function(){$("#top-link3").css("background-image","none"); 								
								  }); }); 

$(function(){$("#top-link4").hover(function(){$("#top-link4").css("background-image","url('skin1/images/customer/popdown_rollover_layer_only.png')");
											  $("#top-link4").css("repeat","no-repeat");
											  $("#top-link4").css("cursor","pointer");}
								  ,function(){$("#top-link4").css("background-image","none"); 								
								  }); }); 
 $(function(){$("#top-link5").hover(function(){$("#top-link5").css("background-image","url('skin1/images/customer/popdown_rollover_layer_only.png')");
											  $("#top-link5").css("repeat","no-repeat");
											  $("#top-link5").css("cursor","pointer");}
								  ,function(){$("#top-link5").css("background-image","none"); 								
								  }); }); 
$(function(){$("#top-link6").hover(function(){$("#top-link6").css("background-image","url('skin1/images/customer/popdown_rollover_layer_only.png')");
											  $("#top-link6").css("repeat","no-repeat");
											  $("#top-link6").css("cursor","pointer");}
								  ,function(){$("#top-link6").css("background-image","none"); 								
								  }); }); 
								  
