@charset "utf-8";
/* CSS Document */


.body_outer ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 6px;
	padding: 0px;
}
.body_outer ul li {
	background-color: #FFFFFF;
	margin-bottom: 3px;
	padding-top: 15px;
	padding-left: 20px;
	height: 90px;
	clear: both;
	float: none;
}
.body_outer ul li#wr_sitemap {
	height: 49px;
	background-color: #3E3E3E;
}
.body_outer ul li#wr_sitemap a {
	color: #FFFFFF;
}
.body_outer ul li a {
	display: block;
	padding-right: 13px;
	font-size: 10pt;
}
.body_outer ul li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.body_outer ul li ul li {
	float: left;
	clear: none;
	display: block;
	background: none;
	width: 102px;
	height: 40px;
	background-image: url(../Images/sitemap_LeftPoint.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 24px;
	padding-left: 12px;
}
.body_outer ul li ul li a {
	color: #808080;
}
.menu_outer #site_map_title {
	display: block;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	width: 139px;
	height: 16px;
	margin-left: 17px;
}