/// <reference path="jquery-1.3.2.min-vsdoc.js" />
$(document).ready(function() {
    $("#MenuContainer ul li ul li ul").hide();
    $("#MenuContainer").show();
    $("#MenuContainer ul li ul li a.selected").next("ul").find("li:last").addClass("mLast").end().show().end().parent().addClass("activeChildNav").parent().show();
    if ($("#MenuContainer ul li ul li a.selected").length == 0) {
        $("#" + '<%=(CurrentPage.Property["RootPage"] != null ? ((EPiServer.Core.PageReference)CurrentPage.Property["RootPage"].Value).ID : CurrentPage.PageLink.ID )%>').find("a:first").addClass("selected").next("ul").show().end().parent().addClass("activeChildNav").parent().show();
    }

//    $('a[href$=".pdf"]').click(function() {
//       
//    });
});
