
/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */


#sitemap {
	position: relative;
	width: 100%;
	list-style: disc;
	font-weight: bold;	
}

#sitemap li {
	padding: 3px 0;
}

#sitemap li#i2 {
	position: absolute;
	left: 200px; top: 0;
}

#sitemap li#i3 {
	position: absolute;
	left: 440px; top: 0;
}
#sitemap li#i3 ul { width: 240px; }

#sitemap li#i4 {
	position: absolute;
	left: 700px; top: 0;
}


/* --------	Second Level --------- */

#sitemap li ul {
	width: 200px;
	height: 300px;
	padding: 10px 0 0 74px;
	margin: -10px 0 0 -60px;
	border-left: 1px dashed #ccc;
}

#sitemap li li {
	font-weight: normal;	
}

