div.menu-sitemap-tree
{
	font-size:100%;
color:#00236f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0; 
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em; 
	padding:0;
}

div.menu-sitemap-tree li.close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
	font-weight:bold;
}

/*Icons*/
div.folder, div.page, div.page_in
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}

div.folder{ 
	cursor:pointer; cursor: hand; /*background-image:url(images/folder_open.gif);*/
	background-image:url(images/dotsh.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}


div.menu-sitemap-tree li.close div.folder{
/*	background-image:url(images/folder_close.gif); */
	background-image:url(images/dotsh.gif);
	background-position: left 5px;
	background-repeat: no-repeat;

}

div.page { 
	background-image:url(images/dotsh.gif);
	background-position: 1px 7px;
	background-repeat: no-repeat;
}
div.page_in { 
	background-image:url(images/dotsa.gif);
	background-position: 7px 2px;
	background-repeat: no-repeat;
}

div.page_top { 
	background-image:url(images/dotstop.gif);
	background-position: -2px 0px;
	background-repeat: no-repeat;
}



div.text_in a, div.text_in a:link, div.text_in a:visited{ 
	color: #0182ce;
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
}

div.menu-sitemap-tree ul.mains {
	background-image:url(images/dotsv.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
}
