That specifies the default SiteMapprovider. You also need to look in the master
page you are using to see if the default has been overridden. You can do this
by defining a SiteMapDataSource which points to a specific SiteMapProvider and
then binding the Menu control to the data source. You can also just bind the
menu to a different datasource directly. Having the default set to
CurrentNavSiteMapProvider doesn't mean that's what is being used.