
/* stylesheet for the template sitemap */

.mlayout-sitemap {
	
}

.mlayout-sitemap ul.level-1 {
	clear: left;
	list-style: none;
	margin-bottom: 10px;
}

.mlayout-sitemap a.level-1:link, 
.mlayout-sitemap a.level-1:visited, 
.mlayout-sitemap a.level-1:active {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mlayout-sitemap a.level-1:hover,
.mlayout-sitemap a.level-1:visited:hover {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.mlayout-sitemap a:link, 
.mlayout-sitemap a:visited, 
.mlayout-sitemap a:active {
	font-size: 8pt;
	text-decoration: underline;
}

.mlayout-sitemap a:hover,
.mlayout-sitemap a:visited:hover {
	font-size: 8pt;
	text-decoration: none;
}

.mlayout-sitemap ul {
	padding: 5px 0px 0px 20px;
	list-style: square;
}

.mlayout-sitemap li {
	margin-bottom: 5px;
}

.mlayout-sitemap li span {
	font-weight: bold;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}
