@charset "utf-8";
/* CSS Document */

#sitemap
{
	text-align: left;
}

#sitemap ul
{
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: none;
}
#sitemap ul li
{
	padding: 0;
	margin: 2px 0 2px 0;
	background-image: url(/images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#sitemap ul.level1 li a
{
	padding: 0;
	margin: 0 0 0 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#sitemap ul.level2 li a
{
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	background-image: none;
}

#simap strong
{
	font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
