.navTree ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navTree a {
	background-image: url(../images/tree/plus.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree li { /*opera*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
}
.navTree li a {
	padding-left: 20px;
	display: block;
	width: 180px;
	margin-left: -20px;
}
.navTree li li a {
	display: block;
	width: 160px;
	padding-left: 20px;
}
.navTree li li li a {
	display: block;
	width: 120px;
	padding-left: 20px;
}
.navTree li li li li a {
	display: block;
	width: 100px;
	padding-left: 20px;
}
.navTree li li li li li a {
	display: block;
	width: 140px;
	padding-left: 20px;
}

.navTree a:hover {
	color: #554322;
}
.navTree .kateg0 {
	background-image: url(../images/tree/line_long_btm.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.navTree .kateg1 {
	background-image: url(../images/tree/line_long_btm.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.navTree .kateg2 {
	background-image: url(../images/tree/line_long_btm.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.navTree .kateg3 {
	background-image: url(../images/tree/line_long_btm.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.navTree .tJoin {
	background-image: url(../images/tree/join.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree .tMinusTop {
	background-image: url(../images/tree/minustop.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree .tJoinTop {
	background-image: url(../images/tree/join.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree .tJoinBottom {
	background-image: url(../images/tree/joinbottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree .tPlusBottom {
	background-image: url(../images/tree/plusbottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.navTree .tMinusBottom {
	background-image: url(../images/tree/minusbottom.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}