.navtreestyle { border-bottom:0px; border-top:0px; border-left:1px solid #ccc; border-right:1px solid #ccc;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:17px
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
}

.treeview .hitarea {
	/*background: url(../images/airtel_new/plus.gif) -64px -25px no-repeat;*/
	background: url(../images/airtel_new/plus.gif) no-repeat;
	height: 15px;
	width: 13px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin:0px 0px 0px 20px; 	padding: 0px;
}

.treeview a.selected {
	/*background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }
.treeview a{
	color:#515151;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;}
.treeview .hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#cd0000;
	font-size:11px;cursor: pointer; }
	
	.collapsable ul li
	{ list-style:url(../images/airtel_new/nav_item_icon.gif); margin-left:10px; 
	}
	.collapsable ul
	{ list-style:none;
	}

.treeview li {/*list-style:url(../images/airtel_new/nav_item_icon.gif);*/ }
.treeview li.collapsable{ /*list-style:url(../images/airtel_new/minus.gif);*/ list-style:none;  background-position: 0 -176px;}
.treeview li.expandable {/*list-style:url(../images/airtel_new/plus.gif);*/ list-style:none; background-position: 0 -176px; }
.lastul li{
	list-style:url(../images/airtel_new/nav_item_icon.gif);
}
.treeview .expandable-hitarea { /*background-position: -80px -3px;*/ background-image: url(../images/airtel_new/plus.gif) ;  background-position: 0 0px;}
.treeview .collapsable-hitarea { /*background-position: -80px -3px;*/ background-image: url(../images/airtel_new/minus.gif) ; background-position: 0 2px; }

.treeview li.last { background-position: 0 -1766px;  }
.treeview li.lastCollapsable, .treeview li.lastExpandable { /*background-image: url(./images/treeview-default.gif); */  }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }



.treeview .placeholder {
	/*background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;*/
	display: block;
}

.filetree li { padding: /*3px 0 2px 16px;*/}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
