/*MAIN NAVIGATION*/

/* +++++ Tree Level 01 +++++ */
.Tree01nav, A.Tree01nav. A.Tree01navON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
A.Tree01nav {color: #FFFFFF;}
A.Tree01nav:Hover {color : White;	background-color: Red;	text-decoration: none;}
A.Tree01nav:Visited {text-decoration: none;}
A.Tree01nav:Active {color: #ffffff; /*background-color: #E9E9E9;*/	text-decoration: none;}
A.Tree01navON {color: #0a3187;}
A.Tree01navON:Hover {color : White;	background-color: Yellow;	text-decoration: none;}
A.Tree01navON:Visited {	text-decoration: none;}
A.Tree01navON:Active {	color: #ffffff; 	/*background-color: #E9E9E9;*/	text-decoration: none;}
/* ----- Tree Level 01 ----- */

/* +++++ Tree Level 02 +++++ */
.Tree02nav, A.Tree02nav, A.Tree02navON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
.Tree02nav {color: #333333;}
A.Tree02nav {color: #FFFFFF;}
A.Tree02nav:Hover {	color : White;	background-color: Red;	text-decoration: none;}
A.Tree02nav:Visited {	text-decoration: none;}
A.Tree02nav:Active {	color: #ffffff; 	background-color: #E9E9E9;	text-decoration: none;}
A.Tree02navON {	color: #333333;	/*background-color: #C3C3C3;*/	text-decoration: none;}
A.Tree02navON:Hover {	color : White;	background-color: Yellow;	text-decoration: none;}
A.Tree02navON:Visited {	text-decoration: none;}
A.Tree02navON:Active {/*	color: #ffffff; background-color: #E9E9E9;*/ text-decoration: none;}
/* ----- Tree Level 02 ----- */


/* +++++ Tree Level 03 +++++ */
.Tree03nav, A.Tree03nav, A.Tree03navON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
.Tree03nav {color: #FFFFFF;}
A.Tree03nav {color: #FFFFFF;}
A.Tree03nav:Hover {	color : White;	background-color: Red;	text-decoration: none;}
A.Tree03nav:Visited {text-decoration: none;}
A.Tree03nav:Active {color: #ffffff; background-color: #E9E9E9; text-decoration: none;}
A.Tree03navON {	color: #0a3187;/*	background-color: #C3C3C3;*/ text-decoration: none;}
A.Tree03navON:Hover { color : White; background-color: Yellow;	text-decoration: none;}
A.Tree03navON:Visited {	text-decoration: none;}
A.Tree03navON:Active {color: #ffffff; /*	background-color: #E9E9E9; text-decoration: none;*/}
/* ----- Tree Level 03 ----- */

/* +++++ Tree Level 04 +++++ */
.Tree04nav, A.Tree04nav, A.Tree04navON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
.Tree04nav {color: #0a3187;}
A.Tree04nav {color: #0a3187;}
A.Tree04nav:Hover {	color : White;	background-color: Gray;	text-decoration: none;}
A.Tree04nav:Visited { text-decoration: none;}
A.Tree04nav:Active {color: #ffffff; background-color: #E9E9E9; text-decoration: none;}
A.Tree04navON {	color: #0a3187;	background-color: #C3C3C3;	text-decoration: none;}
A.Tree04navON:Hover { color : White; background-color: Gray; text-decoration: none;}
A.Tree04navON:Visited {	text-decoration: none;}
A.Tree04navON:Active { color: #ffffff; background-color: #E9E9E9; text-decoration: none;}
/* ----- Tree Level 04 ----- */

/* +++++ Tree Level 05 +++++ */
.Tree05nav, A.Tree05nav, A.Tree05navON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
.Tree05nav {color: #0a3187;}
A.Tree05nav {color: #0a3187;}
A.Tree05nav:Hover {	color : White;	background-color: Gray;	text-decoration: none;}
A.Tree05nav:Visited { text-decoration: none;}
A.Tree05nav:Active {color: #ffffff; background-color: #E9E9E9; text-decoration: none;}
A.Tree05navON {	color: #0a3187;	background-color: #C3C3C3;	text-decoration: none;}
A.Tree05navON:Hover { color : White; background-color: Gray; text-decoration: none;}
A.Tree05navON:Visited {	text-decoration: none;}
A.Tree05navON:Active { color: #ffffff; background-color: #E9E9E9; text-decoration: none;}
/* ----- Tree Level 05 ----- */




/* More Tree Lines */
.vline {
	background-repeat : repeat-y;
	background-image : url(images/VLine1x1.gif);
	background-position : center;
	vertical-align : top;
	text-align : center;
}

.vlineend {
	background-repeat : no-repeat;
	background-image : url(images/VLineEnd.gif);
	background-position : top;
	vertical-align : top;
	text-align : center;
}

.vlineendtoicon {
	background-repeat : no-repeat;
	background-image : url(images/VLineEndToIcon.gif);
	background-position : top;
	vertical-align : top;
	text-align : center;
}



/*BIG ICONS to FOLDER*/
.vlineendtoBigicon {
	background-repeat : no-repeat;
	background-image : url(images/VLineEndToBigIcon.gif);
	background-position : top;
	vertical-align : top;
	text-align : center;
}


/* 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 */
.TreeTD01 {
	vertical-align : top;
	width : 135px;
}


/* Tree Lines */

