﻿ul.sitemap 
{
	margin-left: 10px;
}

ul.sitemap li
{
	font-weight: bold; margin-top: 10px;
}

ul.sitemap li a {	color: rgb(74, 138, 11); }
ul.sitemap li a:hover {	color: rgb(74, 138, 11); text-decoration: underline; }
ul.sitemap li a:visited { color: rgb(124, 188, 61); }

ul.sitemap-subsection { list-style-type: disc; list-style-position: inside; color: rgb(74, 138, 11); }
ul.sitemap-subsection li { margin-left: 10px; margin-top: 3px; }
ul.sitemap-subsection li a { font-weight: normal; font-size: 8pt; }
