$(document).ready(function() {
	$('.rtSelected').parents('ul.rtUL').show();
	$('.rtSelected').siblings('ul.rtUL').show();
});

