/* am.css - The Architecture Media Style Sheet
 * Extends base.css
 *
 * $Id: am.css,v 1.1.1.1 2005/06/23 06:43:23 john Exp $
 *
 */

#sitemap {
	padding-left: 10px;
}

#sitemap ul {
	list-style:none;
	margin-left:0;
	padding-left:4em;
	text-indent: -1em;
}

#sitemap li {
	list-style-image: none;
	list-style-type: none;
	text-indent: 1em;
	padding-top:0.2em;
}

#sitemap ul li.heading {
	list-style-image: none;
	list-style-type: none;
	font-weight:bold;
	padding-top:1em;
	text-indent:-1em;
}

#sitemap ul li.heading:before {
	content:"";
}

#sitemap ul li.sub {
	padding-top:0em;
	text-indent:3em;
}

#sitemap ul li.sub:before {
	content:"\00BB \0020";
}



 

