$(function ()
{
	$("#right_menu li:first-child").addClass("first_child");
	$("#right_menu li:last-child").addClass("last_child");
});
