div.menu-sitemap-tree
{
	font-size:100%;
}

div.menu-sitemap-tree a
{
	font-weight:normal;
}


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 li{ background-repeat: no-repeat; padding-top: 5px; padding-left:5px; margin-left: -5px; border-bottom: 1px #E0E0E0 solid;}

div.menu-sitemap-tree li.open{ background-image: url(images/bg_11.gif); background-repeat: no-repeat; padding-top: 5px; padding-left:5px; margin-left: -5px; border-bottom: 1px #E0E0E0 solid;}
div.menu-sitemap-tree li.open ul{position:absolute; margin-left: 115px; z-index: 1000; background-color:#E0E0E0; border: 1px #C2C2C2 solid; width:260px; margin-top: -38px; padding-top: 4px;}
div.menu-sitemap-tree li.open ul li {width:220px;padding-right: 10px;}


div.menu-sitemap-tree div.item-text
{
	position:relative;
	top:-19px;left:19px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
div.folder{cursor:pointer; cursor: hand;background-image:url(images/folder_open.gif);}
div.menu-sitemap-tree li.close div.folder{background-image:url(images/folder_close.gif);}
div.page{background-image:url(images/page.gif);}