.main_menu, .main_menu_act, .main_menu_curr {
	font-size: 10pt; 
	font-family: Arial, Verdana, sans-serif; 
	text-transform:uppercase;
	cursor: pointer; 
	color: white;
	margin-left: 1px;
	width:auto;
	white-space: nowrap;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right:10px;
	text-align:center;
}
.main_menu_curr, .main_menu_act {
}

.main_menu a,
.main_menu a:active,
.main_menu a:visited,
.main_menu a:hover {
	color: white;
	text-decoration: none;
}
.main_menu_act a,
.main_menu_act a:active, 
.main_menu_act a:visited,
.main_menu_act a:hover,
.main_menu_curr a, 
.main_menu_curr a:active, 
.main_menu_curr a:visited, 
.main_menu_curr a:hover {
	color: white;
	text-decoration: none;
}




.sub_menu_tbl {background:transparent}
.sub_menu, .sub_menu_act, .sub_menu_curr, 
.admin_menu, .admin_menu_act {
	border-bottom:1px #d7d7d7 solid;
	font-size:8pt;
	width:100%;
	padding: 2px 5px 0px 20px;
	cursor:pointer;
	height:20px;
}
.sub_menu {background-color:transparent;color:#000000;}
.sub_menu a {color:#000000;text-decoration:none;}
.sub_menu a:active {color:#000000;}
.sub_menu a:visited {color:#000000;}
.sub_menu a:hover {color:#000000;}
.sub_menu_act {background-color:transparent;color:#000000}
.sub_menu_act a {color:#000000;text-decoration:none;}
.sub_menu_act a:active {color:#000000;}
.sub_menu_act a:visited {color:#000000;}
.sub_menu_act a:hover {color:#000000;}
.sub_menu_curr {background-color:#EAEAEA;color:#000000}
.sub_menu_curr a {color:#000000;text-decoration:none;font-weight:bold}
.sub_menu_curr a:active {color:#000000;}
.sub_menu_curr a:visited {color:#000000;}
.sub_menu_curr a:hover {color:#000000;}


.tNr {
	width:100%;
}


.tree_node, .tree_node_act, 
.admin_menu, .admin_menu_act {
	width:100%;
	padding: 2px 5px 0px 20px;
	cursor:pointer;
	height:20px;
}
.tree_node, .tree_node_act{
	padding: 2px 5px 0px 0px;
	border:0;
}
.tree_node {background-color:transparent;color:#000000;}
/*
.tree_node a {color:#000000;text-decoration:none;}
.tree_node a:active {color:#000000;}
.tree_node a:visited {color:#000000;}
.tree_node a:hover {color:#000000;}
*/
.tree_tbl_node_act,
.tree_node_act {background-color:#FB6B09;color:white;font-weight:bold;padding:2px;}
/*
.tree_node_act a {color:#000000;text-decoration:none;}
.tree_node_act a:active {color:#000000;}
.tree_node_act a:visited {color:#000000;}
.tree_node_act a:hover {color:#000000;}
*/
.tree_node {display:inline;margin-right:10px;vertical-align:middle}

.tree_tbl_node,
.tree_tbl_node_curr,
.tree_tbl_node_act {
	font-size: 9pt;
}

.tree_tbl_node a,
.tree_tbl_node a:active,
.tree_tbl_node a:visited {color:black}
.tree_tbl_node a:hover {color: #FB6B09;}

.tree_tbl_node_curr a,
.tree_tbl_node_curr a:active,
.tree_tbl_node_curr a:visited,
.tree_tbl_node_act a,
.tree_tbl_node_act a:active,
.tree_tbl_node_act a:visited {color: white; text-decoration:none}
.tree_tbl_node_curr a:hover,
.tree_tbl_node_act a:hover {color: white; text-decoration:none}

