/****************************
CSS Code for CNLTreeMenu
Version: Ver 1.02
Author : CNLei, 
E-Mail : CNLei.Y.L@gmail.com
MySite : http://www.cnlei.net
Passed : XHtml 1.0, CSS 2.0, IE5.0+, FF1.0+, Opera8.5+
Update : 2006-2-12
****************************/
h4 {margin:0;padding:0;font-size:18px;text-align:center;}

/*CNLTreeMenu Start*/
.CNLTreeMenu img.s {cursor:pointer;vertical-align:middle;}
.Closed ul {display:none;}
.Child img.s {background:none;cursor:default;}

.CNLTreeMenu{ background-color:#FFFFFF; border-left:1px #babfc3 solid; border-right: 1px solid #babfc3; text-align:left; }
.CNLTreeMenu li{ color:#737373; list-style:none; padding:1px 0 1px 10px; }
.CNLTreeMenu li a { text-decoration:underline;color:#737373;}
.CNLTreeMenu li a:hover {color:#333;}



#CNLTreeMenu1 ul {margin:0px; padding:0px;}
#CNLTreeMenu1 img.s {width:15px;height:15px;}
#CNLTreeMenu1 .Opened img.s {background:url(skin1/opened.gif) no-repeat 0 0; background-position: center left; }
#CNLTreeMenu1 .Closed img.s {background:url(skin1/closed.gif) no-repeat 0 0;background-position: center left; }
#CNLTreeMenu1 .Child img.s {background:url(skin1/child.gif) no-repeat 3px 5px;}
#CNLTreeMenu1 .Child a {color:#555;text-decoration:none;}
#CNLTreeMenu1 .Child a:hover {color:#f60;}

#CNLTreeMenu2 ul {margin:0 0 0 17px;}
#CNLTreeMenu2 img.s {width:20px;height:15px;}
#CNLTreeMenu2 .Opened img.s {background:url(skin1/opened.gif) no-repeat 0 0;}
#CNLTreeMenu2 .Closed img.s {background:url(skin1/closed.gif) no-repeat 0 0;}
#CNLTreeMenu2 .Child img.s {background:url(skin1/child.gif) no-repeat 3px 5px;}
#CNLTreeMenu2 .Child a {color:#555;}
#CNLTreeMenu2 .Child a:hover {color:#f60;}


/*CNLTreeMenu End*/

/*Temp CSS for View Demo*/
#CNLTreeMenu1,#CNLTreeMenu2 {padding-bottom:15px;}
.ViewCode {
 clear:both;
 border:1px solid #FFB900;background:#FFFFCC;color:inherit;margin:3px;padding:3px;
}
.ViewCode h6 {color:#00f;}
