﻿$(function(){
  if ($("#subNavDownLinks li").length == 0) {
    $("#subNavDownLinks").hide();
  }
})
