$(document).ready(
 function(){
	$("#Sidebar ul li:nth-child(odd)").css("background-color","#f5f5f5");
});