$(document).ready(function(){							$("#top ul li a").fadeTo("fast", 0.7);						$("#top li a").hover(function(){							$(this).fadeTo("fast", 1.0); 						},function(){						$(this).fadeTo("fast", 0.7); 				});												$("#top #logo").fadeTo("fast", 1.0);						$("##top #logo").hover(function(){							$(this).fadeTo("fast", 0.5); 						},function(){						$(this).fadeTo("fast", 1.0); 				});						    				});