	.menuTree {
		margin-left: 5px;
		margin-top: 30px;
	}

	.menuTree ul {
		list-style-type: none;
		margin-left: 10px;
		padding-left: 10px;
		/*border: 1px solid red;*/
	}
	
	.menuTree ul.collapsed {
		display: none;
	}

	.menuTree ul.expanded {
		display: block;
	}
		
	.menuTree span {
		cursor: pointer;
		float: left;
		clear: left;
	}
	
	.menuTree a {
		display: block;
		color: #000;
		margin: 3px;
		text-decoration: none;
		padding-bottom: 2px;
		border-bottom: 1px dotted #CED4C8;
		/*border: 1px solid red;*/
	}

	/*.menuTree .collapsed a {
		display: none;
	}*/
	
	.menuTree span {
		margin-left: -10px;
		margin-top: 3px;
		width: 7px;
		height: 7px;
		font-size: 0;
	}

	.menuTree .collapsed span {
		display: none;
	}
	
	.menuTree .expanded span {
		display: block;
		background: white;
	}
	
	.menuTree a.active {
/*		background: red;*/
		font-weight: bolder;
	}
	
	.menuTree span.active {
		/*background: #000;*/
		background: url( '../images/vTree/arrow_expanded.gif' ) no-repeat;
	}

	.menuTree span.inactive {
		/*background: #fff;*/
		background: url( '../images/vTree/arrow_collapsed.gif' ) no-repeat;
	}
