/* CSS Document */
#sitemap {
	width: 700px;
	float: left;
	margin-left: 60px;
	padding: 0px;/*
	background-color: #F5F3F1;*/
	text-align:left;
	color: #666666;
	font-size: small;
}

#sitemap ul {
	float: left;
	margin-left: 10px;
	padding: 0px;
	width: 590px;
}

#sitemap li {
	width: auto;
	list-style-type: none;
	line-height: 1.2em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-left: 0px;
	text-indent: 5px;
	padding: 0px;
	font-size: 12px;
}

#sitemap ul a {
	text-decoration: none;
}

#sitemap ul a:hover {
	text-decoration: underline;
}

#sitemap li.sub_manu1 {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	width: 40%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}

#pagebody #content #sitemap h3 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #666666;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #395daa;
}
