#site_map li>span {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
}

#site_map>ul>li>a>span {
	background: none;
	font-weight: bold;
	font-size: 1.2em;
}

#site_map li a {
	text-decoration: none;
	color: #000;
}

#site_map li a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {

#site_map {
	padding: 15px;
	margin: 0 70px 10px 70px;
	background-color: #none;
}

}

