/* ----- Sitemap ----- */
DIV#sitemap A {
	text-decoration: none !important;
}

DIV#sitemap A:hover {
	text-decoration: underline !important;
}

DIV#sitemap TD.sitemap0 {
	background-image: url(/shared/img/sitemap-dots.gif); 
	background-repeat:repeat-x;
	background-position: 0px 10px;
	padding-bottom: 25px;
	vertical-align:top;
}

DIV#sitemap DIV.sitemap0 {
	font-weight: bold;
	/* border-bottom: 1px solid #d8d8d8; */
	margin-top: 0px;
	
	background-position: 0px 0px;
	font-size:12px;
	padding-left: 12px;
	line-height: 25px;
	margin-top: 10px;
	
	/* clear: both;
	float: left; */
}

DIV#sitemap DIV.sitemap1 {
	padding-left: 5px;
	margin-top: 15px;
	
	font-weight:bold;
		/* background-image: url(/shared/img/sitemap-dot.gif); */
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

DIV#sitemap DIV.sitemap2 {
	padding-left: 35px;
	background-image: url(/shared/img/sitemap-circle.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

DIV#sitemap DIV.sitemap0 A{
	color:#404040 !important;
}

DIV#sitemap DIV.sitemap1 A{
	color:#404040 !important;
}

DIV#sitemap DIV.sitemap2 A,
DIV#sitemap DIV.sitemap3 A{
	color: #404040 !important;
}


DIV#sitemap DIV.sitemap3 {
	padding-left: 42px;
	font-size: 10px;
	color: #404040 !important;
		background-image: url(../img/red-dot-3.gif);
	background-repeat: no-repeat;
	background-position: 35px 7px;
}
