﻿/****************************
CSS Code for CNLTreeMenu
****************************/


/*CNLTreeMenu Start*/
.CNLTreeMenu img.s {cursor:pointer;vertical-align:middle;}
.CNLTreeMenu ul { margin:10px 0 0;}
.CNLTreeMenu li { list-style:none;padding:10px 0;border-top:1px solid #ACACAC;}
.CNLTreeMenu li a { font-size:14px; font-weight: normal; color:#4d4d4d;}
.CNLTreeMenu li a:hover { color:#034285; text-decoration:none;}
.CNLTreeMenu li ul li a { font-size:14px;font-weight: normal; }
.Closed ul {display:none;}
.Child img.s {background:none;cursor:default;}

#CNLTreeMenu1 ul li ul { padding:0 0 0 15px;}
#CNLTreeMenu1 img.s {width:20px;height:15px;}
#CNLTreeMenu1 .Opened img.s {background:url(../images/opened.gif) no-repeat 0 0;}
#CNLTreeMenu1 .Closed img.s {background:url(../images/closed.gif) no-repeat 0 0;}
#CNLTreeMenu1 .Child img.s {background:url(../images/child.gif) no-repeat 3px 5px;}

#CNLTreeMenu1 ul li.current > a{ color:#4d4d4d; font-weight:bold;}
#CNLTreeMenu1 ul li.Opened > a{ color:#4d4d4d; font-weight:bold;}


/*CNLTreeMenu End*/

/*Temp CSS for View Demo*/
#CNLTreeMenu1 {float:left;width:192px; height:auto; border-bottom:1px solid #ACACAC; margin-left:10px;}
.ViewCode { clear:both; border:1px solid #FFB900;background:#FFFFCC;color:inherit;margin:3px;padding:3px;}
.ViewCode h6 {color:#00f;}