/*MAIN NAVIGATION*/
/* Tree Table Cell Alignment */
/* the lines are usually 15 pixels wide at the overal menu is usually 150pixels 
so the width of the menu cell 135pixels */
.TreeTD1_ON_HOVER , 
.TreeTD1_ON ,
.TreeTD1_HOVER ,
.TreeTD1 {
	vertical-align : top;
	padding: 10px 2px 10px 10px;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	font-style: italic;
	vertical-align: middle;
	cursor : pointer;
	background-color: Teal;
	background-repeat : no-repeat;
}

.TreeTD1_ON_HOVER {
	background-image: url(images/Background_Yellow_TD1_ON.gif);
	color: Teal;
}

.TreeTD1_ON {
	background-image: url(images/Background_Yellow_TD1_ON.gif);
	color: Black;
}

.TreeTD1_HOVER {
	background-image: url(images/Background_Red_TD1_HOVER.gif);
	color: #FFFFFF;

}

.TreeTD1 {
	color: #FFFFFF;
	background-image: url(images/Background_Teal_TD1.gif);
}




.TreeTD2_ON_HOVER {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	font-style: italic;
	vertical-align: middle;
	color : Teal;
	text-decoration: none;
	background-color : Yellow;
	height : 35px;
	width : 100%;
	cursor : pointer;
}

.TreeTD2_ON {
	color : Teal;
	text-decoration: none;
	background-color : Yellow;
	height : 35px;
	width : 100%;
}




.TreeTD2_HOVER {
	color : Teal;
	text-decoration: none;
	background-color : Red;
	height : 35px;
	width : 100%;
		cursor : pointer;

}
.TreeTD2 {
	background-color : Teal;
	height : 35px;
	width : 100%;
	font-family : Arial, Helvetica, sans-serif;
	color : White;

}




/* +++++ Tree Level 01 +++++ */
.Tree01Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	/*padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	*/
	text-decoration: none;
}

A.Tree01Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	/*padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	*/
	text-decoration: none;
}
A.Tree01Link:Hover {
	color : Teal;
	/*background-color: Gray;
	*/
	text-decoration: none;
}
A.Tree01Link:Visited {
	text-decoration: none;
}
A.Tree01Link:Active {
	color: #ffffff; 
	/*background-color: #E9E9E9;*/
	text-decoration: none;
}
A.Tree01LinkON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	/*padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #C3C3C3;
	*/
	text-decoration: none;
}
A.Tree01LinkON:Hover {
	color : Teal;
	/*background-color: Gray;
	*/
	text-decoration: none;
}
A.Tree01LinkON:Visited {
	text-decoration: none;
}
A.Tree01LinkON:Active {
	color: #ffffff; 
	/*background-color: #E9E9E9;*/
	text-decoration: none;
}
/* ----- Tree Level 01 ----- */
