/*Sitemap Start*/
ul.sitemap {
        list-style: disc outside url(../images/disc.gif);
}

ul.sitemap ul {
	list-style: circle outside none;
}


ul.sitemap ul ul {
	list-style: square outside none;                    
}

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

ul.sitemap ul a, ul.sitemap a {
	text-decoration: none;
	color: #005c99 !important;
}

ul.sitemap a {
	font-weight: bold;
}

ul.sitemap ul a {
	font-weight: normal;
}

ul.sitemap ul ul a {
	font-weight: normal;
	text-decoration: none;
	color: #515456 !important;
}
/*Sitemap End*/