jQuery(document).ready(function(){
	
	$("a #partners").hover(
		function(){			
			$('#partners').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/partners_hover.png") no-repeat scroll center transparent'});
		}, 
		function(){			
			$('#partners').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/partners.png") no-repeat scroll center transparent'});
		});
	$("a #prepared").hover(
		function(){			
			$('#prepared').attr({"style": 'background:url("") no-repeat scroll center transparent'});
		}, 
		function(){			
			$('#prepared').attr({"style": 'background:none'});
		});
	$("a #speakers").hover(
		function(){			
			$('#speakers').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/speakers.png") no-repeat scroll center bottom transparent'});
		}, 
		function(){			
			$('#speakers').attr({"style": 'background:none'});
		});
	$("a #contact").hover(
			function(){			
				$('#contact').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/contact_us.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#contact').attr({"style": 'background:none'});
			});
	$("a #questions").hover(
			function(){			
				$('#questions').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/faq.png") no-repeat scroll center transparent'});
			}, 
			function(){			
				$('#questions').attr({"style": 'background:none'});
			});
	$("a #newsletter").hover(
			function(){			
				$('#newsletter').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/newsletter.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#newsletter').attr({"style": 'background:none'});
			});
	$("a #video").hover(
			function(){			
				$('#video').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/videos.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#video').attr({"style": 'background:none'});
			});
	$("a #creators").hover(
			function(){			
				$('#creators').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/creators.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#creators').attr({"style": 'background:none'});
			});
	$("a #details").hover(
			function(){			
				$('#details').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/details.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#details').attr({"style": 'background:none'});
			});
	$("a #media").hover(
			function(){			
				$('#media').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/media.png") no-repeat scroll center transparent'});
			}, 
			function(){			
				$('#media').attr({"style": 'background:none'});
			});
	$("a #speakers").hover(
			function(){			
				$('#speakers').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/speakers.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#speakers').attr({"style": 'background:none'});
			});
	$("a #register").hover(
			function(){			
				$('#register').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/register.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#register').attr({"style": 'background:none'});
			});
	$("a #mission").hover(
			function(){			
				$('#mission').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/mission_hover.png") no-repeat'});
			}, 
			function(){			
				$('#mission').attr({"style": 'wp-content/themes/twentyten/images/images/mission.png'});
			});
	
	
	$("#menu9 a").hover(
		function(){			
			$('#contact').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/contact_us.png") no-repeat scroll center bottom transparent'});
		}, 
		function(){			
			$('#contact').attr({"style": 'background:none'});
		});
	$("#menu6 a").hover(
			function(){			
				$('#questions').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/faq.png") no-repeat scroll center transparent'});
			}, 
			function(){			
				$('#questions').attr({"style": 'background:none'});
			});
	$("#menu4 a").hover(
			function(){			
				$('#details').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/details.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#details').attr({"style": 'background:none'});
			});
	$("#menu2 a").hover(
			function(){			
				$('#speakers').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/speakers.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#speakers').attr({"style": 'background:none'});
			});
	$("#menu1 a").hover(
			function(){			
				$('#register').attr({"style": 'background:url("wp-content/themes/twentyten/images/images/hover_states/register.png") no-repeat scroll center bottom transparent'});
			}, 
			function(){			
				$('#register').attr({"style": 'background:none'});
			});
});
