@charset "utf-8";
#sitemap  ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sitemap ul {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	margin: 0px;
}
#sitemap a  {
	background-image: url(../images/common/arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
	background-position: left;
}
#sitemap {
	width: 35%;
}

#sitemap a:hover  {
	background-image: url(../images/common/arrow2_on.gif);
	background-repeat: no-repeat;
	color:#333333;
	text-decoration:none;
	
	}
