ul#NavTree {
	padding-left : 12px;
	list-style : none;

}

/* override of class .typography */
#NavTree li{
	margin-left : 0px;
	margin-bottom : 0px;
}

/* override of class .typography */
#NavTree ul#NavSubtree2,
#NavTree ul#NavSubtree3 {
	margin-left : 10px; 		/* actually 2px, we are exdenting below... */
	list-style : none;

}

#NavTree a { 
	font-family : "Trebuchet MS", sans-serif; 
	font-size : 16pt; 			/* absolutely (not in em's) in menus */
	color : #7c633b;   /* brown - nav */
	
	display : block;
	margin : 0px;  				/* override of class .typography */ 
	text-indent : 0px;  		
}

#NavTree #NavSubtree2 a,
#NavTree #NavSubtree3 a {
	font-family : "arial", sans-serif; 
	font-size : 8pt; 			/* absolutely (not in em's) in menus */
	font-weight : bold;
}

#NavTree a:hover,
#NavTree a.section:hover { 
	color : #f4e4b5; /* creme */
	color : #533a1b;	/* brown - darker nav current */
}

#NavTree a.current,
#NavTree a.current:hover { 
	color : #f4e4b5; /* creme */
	color : #533a1b;	/* brown - darker nav current */
	cursor: default;
}


/*********************************************************************************/
/*********************************************************************************/

#FooterBody {
	position : absolute;
	right : 120px;
	top : 16px;
	font-size: 7pt;
	line-height: 14pt;
	
	font-family: "helvetica", sans-serif;
	
	}
	
		/* need this too, as regular link is there for site credit */
  	#FooterBody a,
  	#FooterBody .seperator,
  	#FooterBody .nonLink,
  	#FooterBody #Copyright,
  	#FooterBody #SiteCredit 
  	 { 
   		color : #5d5148; /* grey - footer */
		text-decoration : none;
	}
	
	#FooterBody a:hover {
	   	color: #45250c; /* grey darker - footer:hover */
		cursor: pointer;
	}
	
  	#FooterBody #Copyright { 
  		margin-left : 35px;
  		margin-right : 20px;

	}	
  	#FooterBody #SiteCredit { 
  		margin-left : 20px;
	}
	
	#FooterBody a.current ,
	#FooterBody a.current:hover { 
		/* TO DO: current one will stand out just a shade */
		color: #5d5148; /* grey - footer */
		cursor: default;
	}
	
	#FooterBody a.section {
		/* TO DO: current one will stand out just a shade */
		color: #5d5148; /* grey - footer */
	}
	#FooterBody a.section:hover { 
		color: #5d5148; /* grey - footer */
	}	

/**********************************************/


