
#article li {
	padding: 8px;
	padding-left: 20px;
	background: url(../images/sitemap_rule1.gif) no-repeat left center;
}
#article li.top {
	background: url(../images/sitemap_icon1.gif) no-repeat left center;
	font-size: 16px;
	font-weight: bold;
}
#article li.middle {
	background-image:  url(../images/sitemap_rule3.gif);
}
#article li.end {
	background-image:  url(../images/sitemap_rule2.gif);
}
#article li.norule {
	background-image: none;
}
	#article li li {
		padding-left: 20px;
		font-weight: bold;
	}
		#article li li li {
			padding-left: 20px;
			font-weight: normal;
		}
			#article li li li li {
				padding-left: 20px;
				font-size: 12px;
				font-weight: normal;
			}
			
.cap {
	font-weight: normal;
}