#NavMain {
	background: none;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight:normal;
	font-size: 12pt; 
}

#NavMain li a { 
	color : #8181d7;	/* lighter purple - main nav */
}

#NavMain li a:hover { 
	color:  #fffffd; 	/* white - main nav current */
}

#NavMain li a.current,
#NavMain li a.current:hover { 
	color: #fffffd; 	/* white - main nav current */
}

#NavMain li a.section {
	color: #fffffd; 	/* white - main nav current */
}

#NavMain li a.section:hover { 
	color: #8181d7;	/* lighter purple - main nav */
}


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

#NavSubtree a { 
	font-family:  "Trebuchet MS", arial, sans-serif;
	font-size: 10pt; /* using absolute for menu */
	font-weight:normal;
	color : #8181d7;	/* lighter purple - main nav */

}

#NavSubtree a:hover { 
	color: #fffffd; 	/* white - main nav current */
}

/* pretend its not a link */
#NavSubtree li a.current,
#NavSubtree li a.section {
	color: #fffffd; 	/* white - main nav current */
}

#NavSubtree li a.current:hover { 
	cursor: default;
}

#NavSubtree li a.section:hover {
	color : #8181d7;	/* lighter purple - main nav */
}

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

#FooterContent {
	font-size: 8pt;
	font-family: "arial", "Times New Roman", serif;
 	color: #aaa;		/* footer */
	background-color: transparent; 
	margin-top : 20px;
	margin-bottom : 10px;
}

	/* need this too, as regular link is there for site credit */
#FooterContent a ,
#FooterContent .seperator { 
 	color: #aaa;		/* footer */
}
#FooterContent a:hover {
 	color: #fff;
}

#FooterContent #Copyright { 
	margin-left : 25px;	
	margin-right : 10px;
}	
#FooterContent #SiteCredit { 
	margin-left : 10px;
}
#FooterContent .outerSpan {
}

#FooterContent a.current ,
#FooterContent a.current:hover { 
 	color: #fff;
}

#FooterContent a.section {
 	color: #fff;
}
#FooterContent a.section:hover { 
 	color: #fff;
}	

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

	


