@charset "utf-8";

/* --------------------------------
   sitemap css
-------------------------------- */

.sitemap {
	margin: 0px 0px 7px 0px;
	padding: 7px 0px 7px 0px;
}
.sitemap a:link,
.sitemap a:visited {
	color: #606060;
}
.sitemap a:hover {
	color: #F18E01;
}

.sitemap {
	width:567px;
	margin: 0px;
	padding: 0px;
}
.sitemap li p {
	font-size:0.83em;
	margin: 12px 0px 12px 0px;
	padding: 0px;
	line-height:1.5;
	float: left;
	width: 200px;
	_margin-left: 8px;
}
.sitemap li {
	color: #606060;
	background: url(../img/arrow_blue.gif) no-repeat 0px 1px;
	line-height: 1.3;
	margin: 8px 0px 8px 10px;
	padding-bottom: 6px;
	padding-left: 22px;
	clear: both;
	border-bottom: dotted 1px #999;
}
.sitemap li ul {
/*
	 */
	background: url(../img/tree_bg.gif) repeat-y 9px 0px;
	line-height: 1.2;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 320px;
	float: right;
}
.sitemap li ul li {
	/* 
	background: url(../img/sitemap.gif) no-repeat 0% 135%;
	 */
	font-weight: normal;
	margin: 0px 0px 5px 5px;
	padding: 0px 20px;
	background-image: url(../img/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	border-bottom: none;
}
.sitemap li ul li.end {
 	background-image: url(../img/tree_end.gif);
	margin-bottom: -3px;
	padding-bottom: 13px;
}
.toppage {
	font-weight: bold;
}

