/* here's the sitemap stuff: */

.csc-sitemap {
	background: #FFF;
	font-size: 1.4em;
	overflow: hidden;
	padding: 1em;
}

#center .csc-sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.csc-sitemap a {
	color: #FFF;
	text-decoration: none;
}

.csc-sitemap ul {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

.csc-sitemap li {
	background-color: #696969;
	margin: 0 0 -0.1em;
	min-height: 1em;
	padding: .2em .4em;
	position: relative;
	width: 9em;
	color: #FFFFFF;
}

.csc-sitemap ul ul {
	font-size: 90%;
	margin-top: -1.4em;
}

.csc-sitemap ul ul li {
	background: #909090;
	border-left: 0.5em solid #515151;
	border-top: 0.5em solid #FFF !important;
	left: 10.4em;
}

.csc-sitemap ul ul ul li {
	background: #A7A7A7;
	border-color: #7E7E7E;
}

.csc-sitemap ul ul ul ul li {
	background: #B7B7B7;
	border-color: #949494;
}

.csc-sitemap ul ul ul ul ul li {
	background: #666666;
	border-color: #A7A7A7;
}
