
ul.SitemapList{
	margin:.5em;
	padding-left:20px;
}
ul.SitemapList li.imgnone{
	display:inline-block;
	width:30%;
	line-height:2em;
}

h3.SitemapTitle{
	margin:0;
	padding: 2px 14px 4px;
	border-bottom:#e70000 solid 2px;
}


@media all and (min-width: 100px) {
ul.SitemapList li.imgnone{
	width:48%;
}
}
@media all and (max-width:499px) {
	ul.SitemapList li.imgnone{
	width:48%;
}
}
@media all and (min-width: 700px) and (max-width: 997px) {
	ul.SitemapList li.imgnone{
	width:30%;
}
}
@media all and (min-width: 998px) {
	ul.SitemapList li.imgnone{
	width:32%;
}
}