

div#toggleList {
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
	background: #312A22;
	border-top: #221D17 5px solid;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	color: #564735;
	font-size: 11px;
	text-decoration: underline;
}

div#toggleList li.linkslistitem a:hover {
	color: #909090;
}


div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#toggleList ul li {
	width: 25%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

ul#sitemaplist {
	margin-top: 30px;
}


ul#sitemaplist li.linkslistitem a {
	color: #000;
	text-decoration: underline;
}

ul#sitemaplist li.linkslistitem a:hover {
	color: #000;
	text-decoration: none;
}

