@charset "gb2312";
/****************************
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
****************************/
a {text-decoration:none;}
a,a:visited {color:#000;}
dt {font-size:22px;font-weight:bold;margin:0 0 0 15px;}
dd {margin:0 0 0 15px;}
h4 {margin:0;padding:0;font-size:18px;text-align:center;}
p {margin:0;padding:0 0 0 18px;}
p a,p a:visited {color:#00f;background:inherit;}

/*CNLTreeMenu Start*/
.CNLTreeMenu img.s {cursor:pointer;vertical-align:middle;}
.CNLTreeMenu ul {padding:0;}
.CNLTreeMenu li {list-style:none;padding:0;}
.Closed ul {display:none;}
.parent {
	font-family:"ËÎÌå";
	font-size:14px;
	font-weight:bold;
	color: #FF6600;
}
.Child {
	font-family:"ËÎÌå";
	font-size:13px;
	margin:5px;0px;0px;5px;
}
.Child a:hover {
	font-weight: bold;
	color: #F90;
}
	
.Child img.s {background:none;cursor:default;}

#CNLTreeMenu1 ul {margin:0 0 0 17px;}
#CNLTreeMenu1 img.s {width:17px;height:15px;}
#CNLTreeMenu1 .Opened img.s {background:url(skin2opened.gif) no-repeat 4px 6px;}
#CNLTreeMenu1 .Closed img.s {background:url(skin2closed.gif) no-repeat 3px 6px;}
#CNLTreeMenu1 .Child img.s {background:url(skin2child.gif) no-repeat 3px 5px;}

#CNLTreeMenu2 ul {margin:0 0 0 17px;}
#CNLTreeMenu2 img.s {width:17px;height:15px;}
#CNLTreeMenu2 .Opened img.s {background:url(skin2opened.gif) no-repeat 4px 6px;}
#CNLTreeMenu2 .Closed img.s {background:url(skin2closed.gif) no-repeat 3px 6px;}
#CNLTreeMenu2 .Child img.s {background:url(skin2child.gif) no-repeat 3px 5px;}

#CNLTreeMenu3 ul {margin:0 0 0 17px;}
#CNLTreeMenu3 img.s {width:17px;height:15px;}
#CNLTreeMenu3 .Opened img.s {background:url(skin2opened.gif) no-repeat 4px 6px;}
#CNLTreeMenu3 .Closed img.s {background:url(skin2closed.gif) no-repeat 3px 6px;}
#CNLTreeMenu3 .Child img.s {background:url(skin2child.gif) no-repeat 3px 5px;}

#CNLTreeMenu4 ul {margin:0 0 0 17px;}
#CNLTreeMenu4 img.s {width:17px;height:15px;}
#CNLTreeMenu4 .Opened img.s {background:url(skin2opened.gif) no-repeat 4px 6px;}
#CNLTreeMenu4 .Closed img.s {background:url(skin2closed.gif) no-repeat 3px 6px;}
#CNLTreeMenu4 .Child img.s {background:url(skin2child.gif) no-repeat 3px 5px;}
/*CNLTreeMenu End*/

/*Temp CSS for View Demo*/
#CNLTreeMenu1,#CNLTreeMenu2,#CNLTreeMenu3,#CNLTreeMenu4 {float:left;width:240px;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background:#FFF;color:inherit;padding-top:10px;}
#CNLTreeMenu1,#CNLTreeMenu2,#CNLTreeMenu3,#CNLTreeMenu4 {padding-bottom:15px;}
