.sitemap
{
	margin:20px 0px 0px 20px;	
	font-family:arial;
}



.sitemap B
{
	font-size:12px;
	background:#ddd;
	padding:5px;
}


.dhtmlgoodies_tree
{
	margin:0px;
	padding:0px;
	color:#000;
	margin-bottom:8px;
}

.dhtmlgoodies_tree ul
{
	/* Sub menu groups */
	margin-left:20px;	/* Left spacing */
	padding-left:0px;
	display:none;	/* Initially hide sub nodes */
}

.dhtmlgoodies_tree li
{
	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
}

.dhtmlgoodies_tree li a
{
	/* Node links */
	color:#333;
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	padding-left:5px;
	vertical-align:top;
	font-weight:bold;
}

.dhtmlgoodies_tree li a:hover
{
	background:#fff;
	text-decoration:underline;
}


