$(document).ready(function() 
{
	$('ul.menu li.active').css('background', "url('images/first.png')");
});



