/* TEXT STYLES */

.SitemapText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* HEADING STYLES */

.SitemapHeading {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	font-weight: bold;
	color: #3c2d0f;
	background-color: #e3d8c1;
	width: 200px;
	padding: 2px 2px 2px 4px;
}


/* SITEMAP TREE STYLES */

.Sitemap .Treeleaf {
        background: url("../images/misc/tree-leaf.gif") no-repeat;
        padding-left: 25px;
}
	
	
.Sitemap .TreeleafLast {
        background: url("../images/misc/tree-leaf-last.gif") no-repeat;
        padding-left: 25px;
}


/* HYPERLINK STYLES */

.Sitemap A          { color: #333333; text-decoration : none; }
.Sitemap A:visited  { color: #333333 }
.Sitemap A:Active   { color: #333333 }
.Sitemap A:Hover    { color: #999999; text-decoration : none; }


.SitemapHeading A          { color: #3c2d0f; text-decoration : none; }
.SitemapHeading A:visited  { color: #3c2d0f }
.SitemapHeading A:Active   { color: #3c2d0f }
.SitemapHeading A:Hover    { color: #999999; text-decoration : none; }
