#footer-wrapper {
	text-align: center;
}

#site-map {
	padding:0;
	margin: 1em auto;
	height: 8em;
	display: inline-block;
/*	display: block;*/
}
#site-map ul {
	text-align: left;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;	
	float: left;
	position: relative;
	z-index: 300;
}
#site-map li {
	margin: 0 1.5em;
	padding: 0 .5em;
	float: left;
	height: 8em;
	color: #444;
	font: 1em  Arial, sans-serif;
	font-weight: bold;
}
#site-map li span, #site-map li a {
	background: #eee;
	width: 10em;
	width: 100%;
	display: block;
	padding-left: .5em;
}

/* IE doesn't suppor child selectors, but you better believe I'd rather use them than re-overwriting rules like this >:( */
#site-map li li span {
	width: auto;
	background: none;
	padding: 0;
	display: inline;
}


#site-map li li {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	color: black;
	width: auto !important;
	font: .85em Georgia, serif;
}
#site-map ul ul {
	position: static;
	clear: both;
	border-left: 1px solid #aaa;
	padding: 0 .5em;
	height: 6em;
}
#site-map ul ul li {
	margin: 2px 0 2px 0;
	width: 10em;
	float: left;
	clear: left;
}

/* These numbers may need to be fudged to accomodate edits to the footer. Every path exacts a toll. */
#site-map ul ul li.col2 {
	margin-left: 10.5em;
	margin-top: -6.1em;
	margin-bottom: 6.55em;
}
#site-map ul ul li.col3 {
	margin-left: 21em;
	margin-top: -12.2em;
	margin-bottom: 12.45em;
}


#site-map li a {
	color: #333;
}
#site-map li li a {
	color: #006586;
	color: #666;
	background: none;
	width: auto !important;
}