$(document).ready(function(){
		$('ul.menu > li').animate( { backgroundColor: 'blue' }, 1000);
});
