/*--------------------------------------------------|

| dTree 2.05 | www.destroydrop.com/javascript/tree/ |

|---------------------------------------------------|

| Copyright (c) 2002-2003 Geir Landrö               |

|--------------------------------------------------*/



.dtree {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #666;

	white-space: nowrap;

}

.dtree img {

	border: 0px;

	vertical-align: middle;

}

.dtree a {

	color: #4f4f4f;

	text-decoration: none;

}

.dtree a.node, .dtree a.nodeSel {

	font-size: 11px;

	white-space: nowrap;

	padding: 1px 2px 1px 2px;
	



}

.dtree td.SB_Module1{
	padding: 1px;
	border: 1px solid #cccccc;
	background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/back_1.gif) top left repeat-x;
}

.dtree td.SB_Module3{
	padding: 1px;
	border: 1px solid #cccccc;
       background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/back_2.gif) top left repeat-x;
}

.dtree td.SB_Module1:hover{
	padding: 1px;
	border: 1px solid #cccccc;
	background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/back_1_hover.gif) top left repeat-x;
}

.dtree td.SB_Module3:hover{
	padding: 1px;
	border: 1px solid #cccccc;
        background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/back_2hover.gif) top left repeat-x;
}

.dtree td.SB_Module4 {
	padding: 2px;
	border: 1px solid #cccccc;
        background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/subhead_bg.png) top left repeat-x;
}

.dtree td.SB_Module4:hover {
	padding: 2px;
	border: 1px solid #cccccc;
        background: url(http://www.sectionj.net/Portal/templates/rhuk_solarflare_ii/images/subhead_bg_hover.png) top left repeat-x;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {

	color: #a0daf5;
	text-decoration: underline;


}

.dtree td.node:hover {

	color: #333;
	text-decoration: underline;
	background-color: #9ebac8;
        border: 0px solid #cccccc;
}

.dtree a.nodeSel {

	background-color: #9ebac8;

}

