/*First Level in the sitemap tree*/



#sitemapLevel1 {
	width: auto;
	border: 0;
	margin: 30 0;
	padding: 0 0 0 0;
	font-family: Verdana;
	font-size:16px; font-weight:bold;
	color:#490000;
	}
#sitemapLevel1 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#sitemapLevel1 li {
		padding: 0 0 0 0;
		margin: 10 30;
		}
#sitemapLevel1 li a {
		color: #490000;
		text-decoration: none;
		height:19px;
		padding: 2 0;line-height: 14px;
		list-style-image:url(../../images/bullet_sitemap_mainEn.jpg);
		}
#sitemapLevel1 li a.ActiveEntry {list-style-image:url(../../images/bullet_sitemap_mainOn.jpg);}
html>body #sitemapLevel1 li a {
		width: auto;height: auto;
		padding-left: 14px;
		}

#sitemapLevel1 li a:hover {
		color: #AE0000;text-decoration: underline;
		}


/*Second Level in the sitemap tree*/



#sitemapLevel2 {
	width: auto;height: 19;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size:12px; font-weight:bold;
	color:#AE0000;
	}
#sitemapLevel2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#sitemapLevel2 li {
		padding: 0 0 0 0;
		margin: 0 25;
		}
#sitemapLevel2 li a {
		color: #AE0000;
		text-decoration: none;
		height:19px;
		padding: 2 0;list-style-image:url();
		}

html>body #sitemapLevel2 li a {
		width: auto;height: auto;
		padding-left: 14px;
		}

#sitemapLevel2 li a:hover {
		color: #AE0000;text-decoration: underline;
		}