//$(document).ready(function(){

	//$(".btn_newsletter").click(function(){
	//$("#newsletter_drop_contain").slideToggle("slow");
	//$(this).toggleClass("activex"); return false;
	//});

	//$(".btn_find_bus").click(function(){
	//$("#find_bus_drop_contain").slideToggle("slow");
		//$(this).toggleClass("activex"); return false;
	//});	
	 
//});

//$(document).ready(function() {
	//anchor.init()
//});

//anchor = {
//	init : function()  {
		//$("a.anchorLink").click(function () {	
		//	elementClick = $(this).attr("href")
		//	destination = $(elementClick).offset().top;
		//	$("html:not(:animated),body:not(:animated)").animate({ scrollTop: ////destination}, 1100 );
		//  	return false;
	//	})
//	}
//}


 

     $(document).ready(function() { 
        $('ul.navmenu').superfish({ 
            delay:       1000,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows 
        }); 
    }); 

    
