.nlstree {
	background-image: url(../images/nlstreeback.png);
	background-repeat: repeat-y;
	background-position: left;
}
a.prnnode  {
    text-decoration:none;
    cursor:pointer;
    margin:0px;
	background-image: url(../images/bordernavigation.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #D4E6FE;
	width: 176px;
	color:#300609;
	padding-left:10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

a.prnnode:hover {font-weight:bold;}

a.selprnnode {
    text-decoration:none;
    cursor: default;
    margin:0px;
	background-image: url(../images/bordernavigation.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #e5f0fe;
	width: 176px;
	color:#df1a22;
	font-weight:bold;
	padding-left:10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

a.node {
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	background-color: #e5f0fe;
	width: 165px;
	background-image: url(../images/subnav_off.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	color:#300609;
	padding-left:20px;
	padding-top: 8px;
	padding-bottom: 8px;

}
a.node:hover {
	background-image: url(../images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	color: #df1a22;
	
}
a.selnode {
	background-image: url(../images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
    text-decoration:none;
    cursor: default;
    margin:0px;
	background-color: #e5f0fe;
	width: 165px;
	color:#df1a22;
	padding-left:20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

a.third {
	text-decoration:none;
	cursor:pointer;
	margin:0px;
	background-color: #e5f0fe;
	width: 154px;
	padding-left:30px;
	background-image: url(../images/subnav_off.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	color:#300609;
	text-align: left;
}
a.third:hover {
	background-image: url(../images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	color: #df1a22;
	text-align: left;
}
a.selthird {
	background-image: url(../images/subnav_on.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	text-decoration:none;
	cursor: default;
	margin:0px;
	background-color: #e5f0fe;
	width: 154px;
	color:#df1a22;
	text-align: left;
	padding-left:30px;
}


