
$(document).ready(function() {
    $('.nav ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(1)').prev().addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL li div.rtSelected').parent().addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL li div.rtSelected').next().addClass('mnuSelected');

    $('.nav ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parent().addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(2)').addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(3)').prev().addClass('mnuSelected');

    $('.nav ul.rtUL ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(2)').addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(3)').addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(3)').prev().addClass('mnuSelected');
    $('.nav ul.rtUL ul.rtUL ul.rtUL ul.rtUL li div.rtSelected').parents(':eq(5)').prev().addClass('mnuSelected');
	
	$('.nursingFixedHeight-welcome .nursingFixedHeight-welcomeinnerdiv .readmore').addClass('mnuSelected');
	


    $("a#printFunc").attr("href", "javascript:void( 0 )").click(function() {
        printElem({ leaveOpen: true, printMode: 'popup', overrideElementCSS: true });
    });
	
	
});

