$(document).ready(function() {
	$("#menuleftside").supersubs({ 
        minWidth:    15,   // minimum width of sub-menus in em units 
        maxWidth:    35,   // maximum width of sub-menus in em units 
        extraWidth:  5    // extra width can ensure lines don't sometimes turn over 
                           // due to slight rounding differences and font-family 
    }).superfish({autoArrows: false, dropShadows: false});
});
