$(document).ready(function(){
	/*
	$("ul.leftnav li").hover(function(){
		$(this).css("backgroundColor","#ebe0db");
	},function(){
		$(this).css("backgroundColor","#F5EBE7");		
	});
	*/
})
