.sitemap1 {
	text-indent:25px;
	margin-top:8px;
	font-size:120%;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
	color:#1FB25A;
}

.sitemap2 {
	text-decoration:none;
	text-indent:50px;
	font-variant:small-caps;
	color:#1FB25A;
}

.sitemap3 {
	text-decoration:none;
	text-indent:75px;
	font-size:85%;
	font-variant:small-caps;
	color:#1FB25A;
}
.sitemap4 {
	text-decoration:none;
	text-indent:95px;
	font-size:85%;
	font-variant:small-caps;
	color:#1FB25A;
}

a:hover div.sitemap1 {
	color:red;
}

a:hover div.sitemap2 {
	color:red;
}

a:hover div.sitemap3 {
	color:red;
}

.sitemap1:before {
	content:"- ";
}

div.sitemap2:before {
	content:"|__";
}

.sitemap3:before {
	content:"|__ ";
}

a h2 {
	font-variant:small-caps;
	text-decoration:none;
	color:#1FB25A;

