@charset "utf-8";
/* CSS Document */

#sitemap_list {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

#sitemap_list a {
	text-decoration: none;
}

#sitemap_list li {
	text-indent: 0;
	background: url(../images/simple/line_horizontal_solid.gif) repeat-x 0 1.5em;
	padding: 0 0 5px 5px;
	margin: 0;
	list-style-type: none;
}

#sitemap_list li ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#sitemap_list li li {
	font-size: 0.9em;
	font-weight: normal;
	background: url(../images/simple/ico_list_square.gif) no-repeat 0 0.3em;
	margin: 0 0 3px 15px;
	padding: 0 0 0 15px;
}

#sitemap_list li li li {font-size: 0.9em;
	background: url(../images/simple/ico_gray_arrow.png) no-repeat 0 0.3em;
}

