#content-header {
	margin-bottom: 40px;
}
#content #content-main.column.shadow .shadow-bottom {
	padding-left: 0;
}
#content #content-sidebar.column {
	padding-top: 0;
}
#sitemap,
#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitemap {
	line-height: 1;
	padding-top: 10px;
	background: url('/media/site/images/front-end/backgrounds/bg_divider_yellow.gif') 0 0 repeat-x;
}
#sitemap li {
	margin: 0;
	padding: 1.286em 0 1.286em 15px; /* 18px 10px */
	clear: both;
	background: url('/media/site/images/front-end/backgrounds/bg_divider_grey.gif') 0 0 repeat-x;
}
#sitemap > li:first-child {
	background: none;
}
#sitemap li span {
	font-size: 1.143em; /* 16px [14px] */
	font-weight: bold;
	padding-left: 18px;
	background: url('/media/site/images/front-end/backgrounds/bg_arrow_blue.gif') 0 2px no-repeat;
}
#sitemap li span a {
	text-decoration: none;
}
#sitemap li span a:hover {
	text-decoration: underline;
}
#sitemap li ul {
	margin-top: 10px;
	padding-left: 18px;
}
#sitemap li li {
	padding: 0 5px 0 0;
	margin: 0 5px 0.357em 0; /* 5px */
	border-right: 1px solid #000;
	background: none;
	float: left;
	clear: none;
	display: inline;
}
a.imr.ask-question {
	margin-bottom: 0.714em; /* 10px */
}