/* CSS Document */

ul.sitemapList {
	list-style: none;
	font-weight: bold;
	color: #034688;
}

ul.sitemapList li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul.sitemapList li.sitemapSubList { padding: 0; }

ul.sitemapList li ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 0;
	font-size: 1em; font-weight: normal;
	color: #034688;
}
ul.sitemapList li ul li {
	border-bottom: 0;
	padding-bottom: 0;
}