.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	
	list-style: none;
}

.treeview ul {
	cursor: pointer;
}

.treeview a {
	display: block;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 8px 5px 8px 30px;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #E63067; cursor: pointer; }

.treeview li.collapsable { 
	background: url('../images/menu/folder_open.gif') top left no-repeat #CDE7FF;
}

.treeview li.collapsable ul {
	background: url('../images/menu/menu_shadow.gif') top left repeat-y;

	margin: 8px -5px -8px -24px;
	padding: 0 0 0 10px;
}

.collapsable li {
	border-left: 1px solid #E3F1FF;
}

.treeview li.expandable {
	background: url('../images/menu/folder.gif') top left no-repeat #CDE7FF;
}

	.block ul  {
		margin: 0;
		padding: 0;
		
		display: block;
	}
  
	.block li {
		background: url('../images/menu/link.gif') top left no-repeat #CDE7FF;
		border-top: 1px dotted #B5DBFF;

		font-weight: bold;
		list-style:  none;
		color: #4682B9;

		display:block;
		overflow: auto;
	}

