/* CSS Document */
/* Design by ngosonthinh*/
.treeitem{
	cursor:pointer;
	padding-left:3px;
	margin:0; 
	text-decoration:none; 
	font-weight:normal;
	font-size:11px;
	font-family:Arial;
	color:#333333
	}
.treeitem span{
	cursor:pointer;
	padding-right:10px;
	background-image:url(images/arrow1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.treesubitem_off{
	display:none;
	margin:0;
	padding:0
}	
.treesubitem_on{
	display:block;
	cursor:pointer;
	color:#003399;
	text-decoration:none; 
	font-weight:normal;
	font-size:12px;
	font-family:Arial;
	margin-top:0px;
	margin-bottom:0px;
	list-style:none;
	
}	

