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

#sitemap #main   {
	width: 900px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
.sitemap table tr td      {
	text-decoration: none;
	margin-left: 10px;
	padding-left: 15px;
	background-image: url(../images/template/arrow_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sitemap a:hover     {
	color: #963;
	text-decoration: underline;
}
.sitemap  h2{
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.sitemap  {
	width: 280px;
	float: left;
	margin-right: 20px;
}

