hi talib thanks for ur reply.
LeafNodeStyle will give color to only leaf nodes
i got the answer
we have to give colors on levelstyle
<
LevelStyles>
<asp:TreeNodeStyle Forecolor="#009900" Font-Underline="False" />
<asp:TreeNodeStyle ForeColor="#ff0066" Font-Underline="False" />
<asp:TreeNodeStyle ForeColor="#003399" Font-Underline="False" />
</LevelStyles>