	#CornerNav {
		font-size: 9pt;
		font-family: arial, verdana, sans-serif;		
		margin-right : 20px;	
		text-align : right;
		float : right;
		width : auto;
		line-height : 40px; /* use instead of height for robust vert centering */
	}
	
		/* need this too, as regular link is there for site credit */
  	#CornerNav a {
        color: #5e7e39;		/* earthy green  */
		text-decoration : none;
  	}
  	
  	#CornerNav .separator { 
	 	color: #ca7924;     /* burnt orange */
	}
	
	#CornerNav a:hover {
	 	color: #ca7924;     /* burnt orange */
		cursor: pointer;
	}

	#CornerNav a.current ,
	#CornerNav a.current:hover { 
	 	color: #943363; 	/* dark purple */
		cursor: default;
	}
	
	#CornerNav a.section {
	 	color: #943363; 	/* dark purple */
	}
		/* just flip back to the standard color */
	#CornerNav a.section:hover { 
	 	color: #5e7e39;		/* earthy green  */
	}	

/**********************************************/

	


