$(document).ready(function(){
	$("#LeftMenuItem1").hover(function() {
		$("#LeftMenuArrow1").animate({ 
			marginLeft: "15px", 
			opacity: 1,
			color: "white"
		}, 300);
	},function() {
		$("#LeftMenuArrow1").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
			color: "#DBD3D1"
		}, 300);
	});	
	
	$("#LeftMenuItem2").hover(function() {
		$("#LeftMenuArrow2").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow2").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem3").hover(function() {
		$("#LeftMenuArrow3").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow3").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem4").hover(function() {
		$("#LeftMenuArrow4").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow4").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem5").hover(function() {
		$("#LeftMenuArrow5").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow5").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem5").hover(function() {
		$("#LeftMenuArrow5").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow5").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem6").hover(function() {
		$("#LeftMenuArrow6").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow6").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem6").hover(function() {
		$("#LeftMenuArrow6").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow6").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem7").hover(function() {
		$("#LeftMenuArrow7").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow7").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem8").hover(function() {
		$("#LeftMenuArrow8").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow8").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem9").hover(function() {
		$("#LeftMenuArrow9").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow9").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
	
	$("#LeftMenuItem10").hover(function() {
		$("#LeftMenuArrow10").animate({ 
			marginLeft: "15px", 
			opacity: 1
		}, 300);
	},function() {
		$("#LeftMenuArrow10").animate({ 
			marginLeft: "0px", 
			opacity: 0.2,
		}, 300);
	});	
});