div#breadcrumb_nav_area {
	position:relative;
	z-index:50px;
}
#atlas_sitemap_selector {
	display:block;
	width:188px;
	padding: 1px 0 1px 10px;
	margin-top:-1px;
	background-image:url(../img/layout/bg_atlas_sitemap_selector.png);
	background-repeat:no-repeat;
	height:18px;
	background-position:0 0;
}
#atlas_sitemap_selector:hover {
	background-position:0 -32px;
}

/*Fuer IE 6*/
* html #atlas_sitemap_selector { 
	margin-top:0px;
}

#browse_nav {
	float:right;
	padding:5px 0;
	position:absolute;
	right:20px;
	top:9px;
}
#browse_nav a {
	margin:0 2px
}

#atlas_sitemap {
	width:600px;
	height:632px;
	border: 1px solid #A0978D;
	overflow:auto;
	background-image:url(../img/layout/bg_atlas_sitemap.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	z-index:50;
}
#atlas_sitemap_container {
	position:absolute;
	left:19px;
	top:30px;
	width:609px;
	height:640px;
	z-index:49;
	background-image:url(../img/layout/bg_atlas_sitemap_container.png);
	background-repeat:no-repeat;
	display:none
	
}
#atlas_sitemap_container.loaded {
	display:block
}

.atlas_sitemap_content .atlas_spacer {
	height:12px;
	background-color:#FFF;
	width:580px
}
.atlas_sitemap_content h2 {
	font-size:1.36em;
	line-height:1.2em;
	font-family:Times, serif;
	font-weight:bold;
	margin:0 9px 0 8px;
	padding: 2px 2px 5px 2px;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#atlas_sitemap_container ul {
	margin:5px 10px 10px 10px;
}
div#content_area #atlas_sitemap_container li {
	margin-left:15px;
	list-style:none
}
.atlas_col {
	width:145px;
	float:left;
}

