#wrapper {
	background-color: #F7F6EE;
}

#sitemapcontent {
	float: left;
	width: 600px;
	margin-left: 25px;
	margin-right: 30px;
	color: #333;
}

/* expandable list with alternate switch symbol */

ul.sitemap {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 3em;
	padding: 0;
}

ul.sitemap ul {


/*
    display: none;
*/
    margin: 0;
	padding-left: 1.5em;
}

ul.sitemap li {
	list-style-type: none;
	position: relative;
}

#sitemapcontent a:link, #sitemapcontent ul.sitemap a {
	text-decoration: none;
	color: #a40001;
	border-bottom: 1px #600 dotted;
	text-decoration: none;
}

#sitemapcontent a:visited, #sitemapcontent ul.sitemap a:visited {
	color: #660;
	border-bottom: 1px #660 dotted;
	text-decoration: none;
}

#sitemapcontent a:hover, #sitemapcontent ul.sitemap a:hover {
	text-decoration: none;
	color: #a40001;
	border-bottom: 1px #600 solid;
	text-decoration: none;
}

#sitemapcontent ul.sitemap a.switch {
	font-weight: bolder;
	left: -1em;
	position: absolute;
	border-bottom: none;
}

#sitemapcontent ul.sitemap a.switch:hover {
	text-decoration: none;
	border-bottom: none
}
