.sitemap{
	padding:10px 0 0 50px;
}
.sitemap ul{
	list-style:none;
	padding:0;
}
.sitemap li{
	display:inline-block;
	vertical-align:top;
	padding:10px 8px;
	width:180px;
	/* IE6-7*/
	/display:inline;
	/zoom:1;
}
.sitemap a{
	display:block;
	text-decoration:none;
	padding:5px 5px 5px 19px;
	border-bottom:1px dotted #666666;
	background:url(../image/arrow.gif) no-repeat 5px center;
}
/* IE7 */
*:first-child+html .sitemap a{
	padding-bottom:7px;
}
/* IE6 */
* html .sitemap a{
	width:156px;
}
.sitemap a:hover{
	background-color:#F2F2F2;
}
.sitemap ul ul{
	padding-left:16px;
}
.sitemap ul ul li{
	display:block;
	padding:0;
}
.sitemap ul ul a{
	padding:5px 0 5px 7px;
	background:url(image/arrow_s.gif) no-repeat left center;
	border-bottom:0px;
}
