	MamboMap 1.1 (c) Daniel Grothe
	a sitemap component for Mambo CMS (http://www.mamboserver.com)
	with support for: phpshop categories, content items
	Author Website: http://www.ko-ca.com/
	Project License: GNU/GPL http://www.gnu.org/copyleft/gpl.html
	Project Website: http://mambomap.mamboforge.net/

Installation:
Install MamboMap Component as every other Mambo Component.
MamboMap will not show anything when run the first time right after the installation.
It will only show those menus that you have set to 'show' in the configuration!
To set up the configuration:
1. Go to the "Mambo Administrator" interface.
2. In the main menu go to "Components".
3. Click the menu item "Mambo Map".
4. Select the menus you want shown in the sitemap by clicking on their "Show" icons.
5. Change the ordering of the menus, as this can not be set in the Mambo Menu Manager.
6. All other ordering is taken from the respective menu entries, according to your setup.

Upgrade issues: MamboMap 1.1 has a new configuration layout different to MamboMap 1.0.
Make sure you completely uninstall MamboMap 1.0 prior to installing version 1.1!

CSS Style Example:
.sitemap a { color:#374989; font-weight:normal; text-decoration:none; }
.sitemap a:hover { color:#4759a9; background:url(../images/url_hover.gif) bottom repeat-x; }
.sitemap ul { margin:0px 0px 0px 20px; padding:0px; list-style-type:circle; }
.sitemap li { margin:0px; padding:0px; line-height:18px; }
.sitemap ul li ul { margin-left:30px; list-style-type: square; }
.sitemap ul li ul li { line-height:16px; }
/* This will hide the MamboMap menu entry from the sitemap: */
.sitemap .active { display:none; }
