﻿$(document).ready(function(){
    $('.StandardNav li:not( .activeroot ) ul').css('display', 'none');
});