/* Tree menu */
.nested_list{
	
}

ul.level_0{
	position: absolute;
	top: 10px;
	left: 10px;
}

ul.nested_list ul.level_1{
	position: absolute;
	top: 0px;
	left: 110px;
}

ul.nested_list ul.level_2{
	position: absolute;
	top: 0px;
	left: 110px;
}


.nested_list .li_main{
	padding-right: 10px;
	
	
	
}


.nested_list .li_main a{
	color: #fffffe;
	font-size: 13px;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 115%;
}

.nested_list .li_main a:hover{
	color: #333;
}

.nested_list .li_main #current{
	color: #333;
}

/* subs */
.nested_list .li_sub a{
	color: #fffffe;
	

}

.nested_list .li_sub a:hover{
	color: #333;
}

.nested_list .li_sub  #current{
	color: #333;
}
/* End subs*/
/* End tree menu */
