.SiteMap {
	border:none;
	height:auto !important;
	padding:0;
	width:100%;
}
.RootNode, .ParentNode, .LeafNode {
	font:Calibri, Helvetica, "Lucida Grande", Verdana, sans-serif;
	padding:0 0.2em;
}
.RootNode {
	font-size:120%;
	color:#ef3e42;
	font-weight:bold;
}
#shell .RootNode a {
	color:#ef3e42;
	text-decoration:none;
}
#shell .RootNode a:hover {
	text-decoration:underline;
}
.ParentNode, .LeafNode {
	font-size:100%;
	color:#666;
}
#shell .ParentNode a, #shell .LeafNode a {
	color:#666;
	text-decoration:none;
}
#shell .ParentNode a:hover, #shell .LeafNode a:hover {
	text-decoration:underline;
}
.ParentNode {
	font-weight:bold;
}