@charset "UTF-8";
/* CSS Document */
@import "share.css";
@import "layout.css";
@import "secondary.css";

#sitemap h2 {
	background:url(../images/sitemap/headline.gif) no-repeat;
	width:660px;
	height:49px;
	text-indent:-9999px;
}

#sitemap #map {
	margin:0 0 -20px 24px;
	width:616px;
	position:relative;
	top:-20px;
	left:0;
}

#sitemap #map dl {
	background:url(../images/share/line_content.gif) no-repeat left bottom;
	padding-bottom:16px;
	margin-bottom:12px;
}

#sitemap #map dt,
#sitemap #map dd {
	border:0px solid;
	
	
}

#sitemap #map dt {
	clear:both;
	width:130px;
	float:left;
	background:url(../images/sitemap/dot_pink.gif) no-repeat 12px 6px;
	padding-left:27px;
}

#sitemap #map dd {
	_height: 1%; /* Hack for Win IE6 */
	margin-left:170px;
	width:440px;
}

#sitemap #map dd li {
	display:inline;
	padding-right:18px;
	
}

#sitemap #map dd li a {
	background:url(../images/share/arrow_brown.gif) no-repeat 0 3px;
	padding-left:8px;
	white-space:nowrap;
	
}
