ul.sitemap-level-1 {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	margin-left:10px;
}

ul.sitemap-level-1 li {
	background: none !important;
	padding: 7px 0 7px 0 !important;
	margin: 0 !important;
}

ul.sitemap-level-1 li.border-top {
	border-top: solid 1px #003D8E;
}

ul.sitemap-level-1 li a {
	color: #000d65;
	text-decoration: none;
}

ul.sitemap-level-1 li a:hover {
	text-decoration: underline;
}

ul.sitemap-level-1 li a span {
	font-weight: bold;
	color: #000d65;
	font-size:12px;
}

ul.sitemap-level-2 {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
}

ul.sitemap-level-2 li {
	border: 0 none;
	padding: 4px 0 4px 10px !important;
	background: url(../images/bullet-red-arrow.gif) no-repeat 0 9px !important;
}

ul.sitemap-level-2 li a {
	text-decoration: none;
}

ul.sitemap-level-2 li a:hover {
	text-decoration: underline;
}

ul.sitemap-level-2 li a span{
	color: #000d65;
	font-weight: bold;
}

ul.sitemap-level-2 ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
}

ul.sitemap-level-2 li ul li {
	border: 0 none;
}

ul.sitemap-level-2 li ul li.lastInList {
	padding-bottom: 0px !important;
}

ul.sitemap-level-2 li ul li a {
	text-decoration: none;
}

ul.sitemap-level-2 li ul li a:hover {
	text-decoration: underline;
}

ul.sitemap-level-2 li ul li a span {
	color: #000d65;
	font-weight: normal;
}

