div.menu-sitemap-tree-right
{
	font-size:100%;
}

div.menu-sitemap-tree-right a
{
	font-weight:normal;
}


div.menu-sitemap-tree-right ul
{
	list-style-type: none;
	margin: 0; 
	padding: 0 1em 0 0;
}

div.menu-sitemap-tree-right ul ul
{
	width: auto;
	margin:-0.75em 0 0 0;
	padding: 0 0 0 0.75em;
}

div.menu-sitemap-tree-right li
{
	margin: 0 0 -0.85em 0;
	padding:0;
}

div.menu-sitemap-tree-right li li
{
	margin: 0 0 -0.85em 0.5em; 
	padding:0;
}

div.menu-sitemap-tree-right li.close ul
{
	display: none;
}

div.menu-sitemap-tree-right li{ background-repeat: no-repeat; padding-top: 5px; padding-left:5px; margin-left: -5px; border-bottom: 1px #E0E0E0 solid;}
div.menu-sitemap-tree-right 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-right li.open ul{position:absolute; margin-left: -260px; z-index: 1000; background-color:#E0E0E0; border: 1px #C2C2C2 solid; width:260px; margin-top: -38px; padding-top: 4px;}
div.menu-sitemap-tree-right li.open ul li {width:220px;padding-right: 10px;}


div.menu-sitemap-tree-right 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-right li.close div.folder{background-image:url(images/folder_close.gif);}
div.page{background-image:url(images/page.gif);}