$('#leftMenuItems > ul > li:last-child').css('background','url(/images/menu_dot_last.png) no-repeat top left');
$('#leftMenuItems > ul > li:last-child > ul > li:last-child').css('background','url(/images/menu_dot_sub_last.png) no-repeat top left');
$('#leftMenuItems > ul > li > ul > li > ul > li:last-child').css('background','url(/images/menu_dot_subsub_last.png) no-repeat top left');
$('#leftMenuItems > ul > li:last-child > ul').each(function() {
if ($(this).css('display')!="none" && $(this).children().size()>0) $(this).parent().css('background','url(/images/menu_dot.png) no-repeat top left');
}
);
