/*------------------------------------*/
/*sitemap*/
/*------------------------------------*/
#sitemap h1 {
	width:925px;/*640*/
	height:37px;
	background:#666666 url(../images_pres/sitemap_title.gif) no-repeat;

}
#sitemap .map_content {
	width:915px;/*640*/
	max-height:755px;
	padding-bottom:8px;
	padding-top:8px;
/*	border-left:5px dotted #9d9d9d;
	border-right:5px dotted #9d9d9d;*/
	margin-bottom:5px;
}
#sitemap .map_content div.column {
	width:266px;
	float:left;
	margin-left:30px;
}
#sitemap .right_module {
	width:266px;
	/*	float:left;*/
	margin-top:0;
	margin-bottom:8px;
}
#sitemap .right_module>ul {
	padding:5px 2px 0 2px;
	border-left:1px solid #8ba9cc;
	border-right:1px solid #8ba9cc;
}
#sitemap .right_module>ul>li {
	/*margin-top:5px;*/
	background:url(../images_pres/BoxIcon04.gif) 5px 5px no-repeat;
	padding-left:12px;
	color:black;
}
#sitemap .right_module>ul li a {
	color:black;
}
#sitemap .right_module>ul li ul li {
	background:url(../images_pres/BoxIcon05.gif) 0 3px no-repeat;
	padding-left:8px;
	margin-left:-5px;
}
#sitemap .right_module>ul li ul li a {
	font-size:11px;
	color:#9b0e0e;
}
.clear {
	clear:both;
}

