1/*--------------------------------------------------|
2| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
3|---------------------------------------------------|
4| Copyright (c) 2002-2003 Geir Landro               |
5|--------------------------------------------------*/
6/*
7 a.nodeFdUrl	        Namespace with url link (headpage)	        js
8 a.node 	        Namespace without url link        	        js
9 a.nodeUrl	        Page	                                        js
10 a.nodeSel 	        Last visited page            	                js
11 a.navSel 	        Current page            	                js
12 a.indexmenu_idx_head	link style of a namespace with url (headpage)	nojs
13 a.indexmenu_idx	link style of a namespace without url	        nojs
14 */
15
16.dtree .human\.png a.nodeFdUrl:hover, .dtree a.nodeSel:hover, .dtree .human\.png a.navSel:hover, .dtree .human\.png a.nodeUrl:hover {
17background-color: #e5f8cb;
18color: #000;
19}
20
21.dtree .human\.png a.navSel {
22  background-color: #8ae80b;
23  color: #fff
24}
25
26.human\.png .indexmenu_rmenuhead {
27  background: #f69d4a url(../../images/close.gif) no-repeat scroll;
28  border-bottom: 1px solid #000000;
29  color: #000;
30}
31
32.human\.png ul a:hover {
33  background-color: #e5f8cb !important;
34  color: #000 !important;
35}
36