@charset "utf-8";
/* ###################### LAYOUT ###################### */
.sitemap {
	padding:29px 0 0 0;
}

.sitemap-level1 {
	position:relative;
	width:786px;
	height:22px;
	margin:2px 0 2px 0;
	background:#D9F0E1;
}


.sitemap-level2-wrap {
	width:786px;
	height:auto;
	padding:4px 0 4px 0;
	background:url(../img/sitemap-line.gif) bottom left no-repeat;
}

.last {
	background:0;
}

.sitemap-misc,
.sitemap-level2 {
	width:190px;
/*	padding:3px 0 4px 10px;*/
	padding:0 0 0 10px;
	float:left;
}

.sitemap-misc {
	float:none;
}

.sitemap-misc a,
.sitemap-level2 a,
.sitemap-level3 a {
	color:#000000;
	text-decoration:none;
}

.sitemap-misc a:hover,
.sitemap-level2 a:hover,
.sitemap-level3 a:hover,
.act a {
	color:#666666;
}

.sitemap-level3 {
	width:586px;
	float:left;
	/*padding:0 10px 0 0;*/
}

#primary-content .sitemap-level3 ul {
	width:566px;
	height:auto;
	padding:0 10px 0 10px;
	margin:0;
	list-style-type:none;
}

#primary-content .sitemap-level3 li {
	display:inline;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	line-height:13px;
	background:none;
	float:left;
}

#primary-content ul.sitemap-misc {
	margin:10px 0 0 0;
	list-style-type:none;
}

#primary-content ul.sitemap-misc li {
	padding-left:0;
	background:none;
}

