@charset "UTF-8";
/* CSS Document */
@import "common.css";
@import "layout.css";
@import "nav.css";

#pageSitemap {}

#pageSitemap h2 {
	margin-bottom:15px;
	background:url(/images/sitemap/headline.gif) no-repeat;
	width:920px;
	height:41px;
	text-indent:-9999px;
}

#pageSitemap #sitemap {
	margin-bottom:60px;
}

#pageSitemap #sitemap .left,
#pageSitemap #sitemap .right {
	margin-right:25px;
	float:left;
	width:385px;
}

#pageSitemap #sitemap li {
	margin-bottom:10px;
	padding:0 0 10px 5px;
	background:url(/images/common/dot.gif) repeat-x left bottom;
	line-height:1.1;
}

#pageSitemap #sitemap li span {
	padding-left:8px;
	border-left:3px solid #5e8bd5;
	
}

