/****************************
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
****************************/
/*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;}
.Child img.s {background:none;cursor:default;}

.CNLTreeMenu ul {margin:0 0 0 17px;}
.CNLTreeMenu .cata_root {margin-left:0px;}
.CNLTreeMenu img.s {width:34px;height:18px;}
.CNLTreeMenu .Opened img.s {background:url(/images/cnl_tree_menu/opened.gif) no-repeat 0 1px;}
.CNLTreeMenu .Closed img.s {background:url(/images/cnl_tree_menu/closed.gif) no-repeat 0 1px;}
.CNLTreeMenu .Child img.s {background:url(/images/cnl_tree_menu/child.gif) no-repeat 13px 2px;}
/*CNLTreeMenu End*/

/*当前目录*/
#cate_here {
	color:#FFF;
}
#cate_here a {
	color:#FFF;
	background:#669900;
	padding:2px 4px;
}
#cate_here a:link {
	color:#FFF;
}
#cate_here a:visited {
	color:#FFF;
}
#cate_here a:hover {
	color:#669900;
	background:#FFF;
	padding:2px 4px;
	border:#669900 solid 1px;
}
/*防止向下继承*/
#cate_here ul{
	color:#690;
}

#cate_here ul a {
	color:#690;
	padding:0 0;
	background:#FFF;
}
#cate_here ul a:link {
	color:#690;
	background:#FFF;
}
#cate_here ul a:visited {
	color:#690;
	background:#FFF;
}
#cate_here ul a:hover {
	color:#FF9900;
	background:#FFF;
	padding:0 0;
	border:none;
}
