/**
 * Style sheet mod_sitemap
 */
#mod_sitemap
{
	font-size:14px;
}

#mod_sitemap ul
{
	list-style-type:none;
}

#mod_sitemap li
{
	padding-top:10px;
}

#mod_sitemap a
{
	background-image:url("none");
	text-decoration:none;
}

