/* The container around the entire sitemap */
.SiteMap
{
	padding-top: 20px;
}
/* defines the indent for each level, (since every level is wrapped ina  div) */
.SiteMap div
{
	padding-left: 20px;
}
.SiteMap .spacer
{
	margin-top: 10px;
}

/* The first level into the sitemap */
.SiteMapLevel_1
{
    font-size:1em;
    font-family: Arial;
    font-weight: bold;
}

/* all other .siteMapLevel_X are optional and just let you define custom styles for each level */
.SiteMapLevel_2, .SiteMapLevel_3
{
    font-size:.9em;
    font-family: Arial;
    font-weight: bold;
}

.SiteMapBullet
{
    padding-left: 2px;
    padding-right: 3px;
    font-weight: bold;
    cursor: hand;
}


