﻿jQuery(document).ready(function(){
	jQuery(".nav").superfish({
			animation : { opacity:"show", height:"show" },
			 speed: 10, 
			 delay: 10
		});
});
