/* index

	- pageTitle
	- sitemapTree
----------------------------------------------- */


/* pageTitle
----------------------------------------------- */
.pageTitle h2 {
	margin: 0;
	padding: 0;
	width: 55px;
	height: 14px;
	background: url(../../../shared/img/tit_sitemap.gif) no-repeat;
	clear: both;
}


/* sitemapTree
----------------------------------------------- */
.sitemapTree {
	margin: 0;
	padding: 5px 0px 0px 0px;
	float: left;
}

.sitemapTree ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../../../shared/img/tree_bgimg1.gif) repeat-y 0 0;
	float: left;
}

.sitemapTree ul li {
	margin: 0;
	/* for Mozilla bug */
	margin-top: -0.02em;
	padding: 5px 0px 0px 28px;
	background: url(../../../shared/img/tree_bgimg2.gif) repeat-y left center;
}

.sitemapTree ul li.lastItem {
	background-image: url(../../../shared/img/tree_bgimg3.gif);
}