/*   ---- SITEMAP UNTEN -----  */
.bottom_sitemap {
	position:relative;
	left:0px;
	width:940px;
	clear:both;
	color:#888;
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
}
.bottom_sitemap_sub {
	color:#c5c7c8;
}


.sitemap_center {
	position:relative;
	float:left;
	width:940px;
	border:0px solid red;
	margin:5px 0px 5px 0px;
	background:url(../images/bg_sitemap_all_dotted.png) 165px top repeat-y;
}
.bottom_sitemap_sub .sitemap_center {
	background:url(../images/bg_sitemap_sub_all_dotted.png) 165px top repeat-y;
}

.sitemap_center .segment {
	position:relative;
	float:left;
	width:180px;
}
.no_divide {
	background:none !important;
}

.bottom_sitemap h1 {
	color:#c5c7c8;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	margin:0px 0px 7px 0px;
}
.bottom_sitemap_sub h1 {
	color:#fff;
}
.bottom_sitemap ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}
.bottom_sitemap li {
	margin:0px;
	padding:3px 0px 0px 0px;
	list-style:none;
}
.bottom_sitemap li li {
	margin:0px;
	padding:3px 0px 0px 0px;
	list-style:none;
}
.bottom_sitemap a, .bottom_sitemap a:link, .bottom_sitemap a:visited {
	color:#888;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.bottom_sitemap_sub a, .bottom_sitemap_sub a:link, .bottom_sitemap_sub a:visited {
	color:#c5c7c8;
}

.bottom_sitemap h1 a, .bottom_sitemap h1 a:link, .bottom_sitemap h1 a:visited {
/*	color:#ccff33; */
	color:#c5c7c8;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
.bottom_sitemap_sub h1 a, .bottom_sitemap_sub h1 a:link, .bottom_sitemap_sub h1 a:visited {
	color:#fff;
}

.bottom_sitemap li li a, .bottom_sitemap li li a:link, .bottom_sitemap li li a:visited {
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_small_right_grey.png) 0px 3px no-repeat;
	font-weight:normal;
}
.sitemap_arrow_main {
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_small_right_grey.png) 0px 3px no-repeat;
	font-weight:normal;
}
.sitemap_arrow_main:hover {
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_small_right_cccccc.png) 0px 3px no-repeat;
	font-weight:normal;
}
.sitemap_arrow_main.active {
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_small_right_cccccc.png) 0px 3px no-repeat;
	font-weight:normal;
}
.bottom_sitemap li li a:hover, .bottom_sitemap li li a.active {
	padding:0px 0px 0px 10px;
	background:url(../images/arrow_small_right_cccccc.png) 0px 3px no-repeat;
}
.bottom_sitemap a:hover {
	color:#ccc;
}

.bottom_sitemap a.active {
	color:#ccc;
}
.bottom_sitemap_sub a:hover {
	color:#fff;
}

.bottom_sitemap_sub a.active {
	color:#fff;
}

.sitemap_overlay_top {
	position:relative;
	width:940px;
	height:10px;
	background:url(../images/bg_sitemap_top.png) top left no-repeat;
}
.sitemap_overlay_bottom {
	position:relative;
	width:940px;
	height:11px;
	background:url(../images/bg_sitemap_bottom.png) top left no-repeat;
}
