#sitemap {
	margin: 5px auto 0px;
	width: 425px;
}
#sitemap #ul1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
#sitemap #ul2 {
	margin-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sitemap .li1 {
	margin-top: 14px;
	margin-bottom: 0px;
	color: #999999;
	background-image: url(../img/sitemap_li1.gif);
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 11px;
	background-position: 2px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 10px;
	padding-bottom: 8px;
}
#sitemap .li1end {
	border-bottom-style: none;
}

#sitemap .ul2 {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: normal;
}
#sitemap .li2 {
	list-style-position: outside;
	margin-top: 8px;
	margin-bottom: 2px;
	background-image: url(../img/sitemap_li2.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	list-style-type: none;
	padding-left: 14px;
}
#sitemap .li2 a {
	text-decoration: none;
}
