/**
 * Style sheet Sitemap
 */
.mod_sitemap a
{
	color:#073055;
	text-decoration: none;
	border: none !important;
}

.mod_sitemap a:hover
{
	color:#0059AD;
}

.mod_sitemap ul, .mod_sitemap ul ul
{
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
}

.mod_sitemap li.first
{
	background-image:url("tl_files/website/Sitemap-FIRST.gif");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}

.mod_sitemap li, .mod_sitemap ul ul li.first
{
	margin:0px;
	padding:0px 0px 0px 25px;
	background-image:url("tl_files/website/Sitemap.gif");
	background-position:left top;
	background-repeat:no-repeat;
	border-left:1px dotted #000000;
	border-collapse:collapse;
	list-style-type:none;
}

.mod_sitemap li.last
{
	background-image:url("tl_files/website/Sitemap-LAST.gif");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}

