
#index_page_text_header {
	color: #333333;
	}

#index_page_text {
	color: #333333;
	}
	
#page_text_header {
	color: #333333;
	}

#page_text {
	color: #333333;
	}
	
#show_menu_ul {
	padding: 16px;
	}

#show_menu_li {
	font: 16px Arial;
	line-height: 120%;
	padding-left: 17px;
	padding-bottom: 5px;
	float: none;
	list-style: none;
	display: block;
	margin: 0px;
	}
	
#show_list_ul {
	padding: 16px;
	}

#show_list_li {
	font: 16px Times New Roman;
	line-height: 120%;
	padding-left: 17px;
	padding-bottom: 5px;
	float: none;
	display: block;
	margin: 0px;
	}
	
#list_menu a {
	font: 18px Arial;
	color: #0E6FCB;
	outline: none;
	text-decoration: underline;
}
#list_menu  a:hover {
	font: 18px Arial;
	text-decoration: none;
}
	
#way_Link {
	color: #333333;
	}
	
#way  a {
	font-size: 12px;
	color: #333333;
	outline: none;
	text-decoration: underline;
}
#way   a:hover {
	font-size: 12px;
	text-decoration: none;
}
	
#way {
	
	}
	
#tree_menu {
	font-size: 14px;
	}

#tree_menu a {
	font-size: 14px;
	color: #0E6FCB;
	outline: none;
	text-decoration: underline;
}
#tree_menu  a:hover {
	font-size: 14px;
	text-decoration: none;
}
	
#tree_menu table{
	padding: 0;
    margin: 0;
	
	}
.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}



/* indent for all tree children excepts root */
.Node {
	padding-top: 5px;
    background-image : url();
    margin-left: 18px;
    zoom: 1;
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    background-image: url();
    background-repeat : no-repeat;
}
 
.ExpandOpen .Expand {
    background-image: url(/img/design/path_arrow.gif);
	background-repeat : no-repeat;
	background-position : center center;
}
 
/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(/img/design/path_arrow_down.gif);
	background-repeat : no-repeat;
	background-position : center center;
}
 
/* highest priority */
.ExpandLeaf .Expand {
    background-image: url();
}

.Content {
    min-height: 18px;
    margin-left:20px;
}

* html  .Content {
    height: 18px; 
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}





.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
}
.ExpandLeaf .Expand {
	cursor: auto;
}
