﻿$(function(){
  $('#topnav').superfish({
    autoArrows:false,
    dropShadows:false,
    animation: {height:'show'},
    speed: 'fast'
  });
});

