/**
 * @author chag
 */

jQuery(function(){
	jQuery('ul.sf-menu').supersubs({ 
            minWidth:    12,   // minimum width of sub-menus in em units 
            maxWidth:    27,   // maximum width of sub-menus in em units 
            extraWidth:  2     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family 
        }).superfish({ 
            autoArrows: false
        });
});

//if(window.jQuery)jQuery(document).ready(function(){
//if(typeof jQuery.localScroll=="function")jQuery.localScroll({hash:true})});

