$('#postgrad > a').click(function(){
  $('#postgrad .postgrad-sub-list').slideToggle();
  return false;
});
