$(document).ready(function() {
  // initialise the main navigation menu, using the superfish plugin
  $('.main_nav ul.list').superfish({
    dropShadows: true
  });


});