/* TEXT STYLES */

.SitemapText {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}


/* HEADING STYLES */

.SitemapHeading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002073;
	width: 150px;
	padding: 2px 2px 2px 4px;
}


/* SITEMAP TREE STYLES */

.Sitemap .Treeleaf {
    background: url("../images/sitemap_tree.gif") no-repeat;
    padding-left: 25px;
}
	
	
.Sitemap .TreeleafLast {
    background: url("../images/sitemap_tree_last.gif") no-repeat;
    padding-left: 25px;
}


/* HYPERLINK STYLES */

.Sitemap A          { color: #666666; text-decoration: none; }
.Sitemap A:visited  { color: #666666; }
.Sitemap A:Active   { color: #666666; }
.Sitemap A:Hover    { color: #999999; text-decoration: none; }


.SitemapHeading A          { color: #FFFFFF; text-decoration: none; }
.SitemapHeading A:visited  { color: #FFFFFF; }
.SitemapHeading A:Active   { color: #FFFFFF; }
.SitemapHeading A:Hover    { color: #CCCCCC; text-decoration: none; }
