@charset "utf-8";


ul#sitemaplist{
	border-top:1px dashed #a4935a;
	font-size:14px;
	margin:0 0 15px 0;
}

ul#sitemaplist li{
	border-bottom:1px dashed #a4935a;
	padding:10px 0 10px 15px;
}

ul#sitemaplist li a{
	background:url(../img/icon01.png) no-repeat left center;
	padding:0 0 0 15px;
}

ul#sitemaplist li.odd{
	background-color:#f5f3e9;
}

ul#sitemaplist li.even{
	background-color:#e7e1d4;
}

ul#sitemaplist li ul li{
	margin:0 0 0 75px;
}

ul#sitemaplist li ul li.bottom{
	border:0;
	padding-bottom:0;
}