﻿.TreeView ul{
	margin-left:0px;
}
.TreeView div{
	white-space:nowrap;
	overflow:hidden;
	/*override the css of tree*/
	padding-left:0px;
	text-indent:0px;
	line-height:auto;  
	cursor:default;
	margin-left:auto;
	vertical-align:middle;
}
.TreeView div.RootOpened{
	background:transparent url(imagesnavroot_open.gif) 1px center no-repeat;
	text-indent:32px;
	line-height:26px; 	
	margin-top:6px;
}
.TreeView div.Root{
	background:transparent url(imagesnavroot.gif) 1px center no-repeat;
	text-indent:32px;
	line-height:26px; 	
	margin-top:6px;
}

.TreeView div.FolderOpened{
	background:transparent url(imagesnavfolder_open.gif) -10px center no-repeat;
	text-indent:25px;
	line-height:26px; 
}
.TreeView div.Folder{
	background:transparent url(imagesnavfolder.gif) -10px center no-repeat;
	text-indent:25px;
	line-height:26px; 
}
.TreeView div.Page{
	background:transparent url(imagesnavfirstpage.gif) -10px center no-repeat;
	text-indent:25px;
	line-height:26px; 
}

