/*************************************************
 *
 *         sitemap.css for www.prisys.net
 *
 *************************************************
 */



/* ---------------- site map tree ------------------- */
dl.tree {
	margin: 0 0 0 20px;
	padding: 0;
}
dl.tree dt {
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	background: url(/img/tree_icon.gif) no-repeat left center;
}
dl.tree dd.joint {
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	background: url(/img/tree_joint.gif) repeat-y left top;
}
dl.tree dd.bottom {
	line-height: 24px;
	margin: 0 0 20px 20px;
	padding: 0 0 0 15px;
	background: url(/img/tree_bottom.gif) no-repeat left bottom;
}
dl.tree dt a:visited, dl.tree dd a:visited {
	padding-right: 20px;
	background: url(/img/tree_visited.gif) no-repeat right center;
}

