body{
	background-color:rgb(230,230,230);
	background-image:url(../images/treemenu-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:0px 200px;
	font-family:Verdana;
	font-size:11px;
	width:100%;
	overflow:auto;
}

.tree{
	border-top:1px solid rgb(255,255,255);
	border-left:1px solid rgb(255,255,255);
}
.tree ul, .tree li{
	list-style:none;
	padding:0px;
	margin:0px;
	display:inline;
}
.tree a{
	border-bottom:1px solid rgb(255,255,255);
	color:rgb(0,0,0);
	background-color:rgb(230,230,230);
	text-decoration:none;
	padding:3px 5px 4px 9px;
	display:block;
}
.tree a:hover{
	color:rgb(255,255,255);
	background-color:rgb(255,0,0);
}
.tree .lvl_0{
}
.tree .lvl_0_act{
	color:rgb(255,255,255);
	background-color:rgb(153,153,153);
	font-weight:bold;
}
.tree .lvl_0_on{
	color:rgb(255,255,255);
	background-color:rgb(255,0,0);
	font-weight:bold;
}

.tree .lvl_n{
	border-bottom:1px solid rgb(230,230,230);
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	background-image:url(../images/lvl-n.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}
.tree .lvl_n:hover{
	background-image:url(../images/lvl-n-on.gif);
}
.tree .lvl_n_act{
	border-bottom:1px solid rgb(230,230,230);
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	font-weight:bold;
	background-image:url(../images/lvl-n-act.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}
.tree .lvl_n_act:hover{
	background-image:url(../images/lvl-n-on.gif);
}
.tree .lvl_n_on{
	border-bottom:1px solid rgb(230,230,230);
	color:rgb(255,255,255);
	background-color:rgb(255,0,0);
	font-weight:bold;
	background-image:url(../images/lvl-n-on.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
}
