/* in appBlock – e001MENU – the menu is called within a DIV the properties are set in the following style – its main purpose is the width in where the menu is to be displayed as most properties will be overide by the real menu styles below */

#menu {
	width:100%;
   height:auto;
	margin:0;
	padding:0;
	background-color:none;
	border: 0px solid blue;
   color:#e7e4c9;
}

/* margin is the space outside of the element, whereas padding is the space inside the element */
/*==========================================================*/

/* treeIndent */
/*=========*/
/* all text properties are set here */
#tree a {
	font: 14 arial;
	color: #F0ECD7;
  	text-decoration:none; 
}

#tree a:hover {
	font: 14 arial;
	color: #90D63B;
	background-color:none;
  	text-decoration:none; 
}

/* if properties for visited are used the default and hover after once clicked will have now effect anymore that why visted has no properties */
#tree a:visited { 
}

/*========================================================*/

