/* CSS Document */

li.lv1 {
	text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BADCDC;
	background-image: url(../img/sitemap_listmark.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
li.lv2 {
	text-indent: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BADCDC;
	background-image: url(../img/sitemap_listmark.gif);
	background-repeat: no-repeat;
	background-position: 40px center;
}
li.lv3 {
	text-indent: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BADCDC;
	background-image: url(../img/sitemap_listmark.gif);
	background-repeat: no-repeat;
	background-position: 70px center;
}
li.lv4 {
	text-indent: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BADCDC;
	background-image: url(../img/sitemap_listmark.gif);
	background-repeat: no-repeat;
	background-position: 100px center;
}
li.lv5 {
	text-indent: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BADCDC;
	background-image: url(../img/sitemap_listmark.gif);
	background-repeat: no-repeat;
	background-position: 130px center;
}
