/* Default Banner & Footer*/
/* Can be changed by replacing research-banner.jpg and foot-bar.gif respectively */

/* Functional Column: Navigation Menu */
#navigation li {
	background-color: #99CB3B;
	/* remaining settings should not be modified - even by GUY */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
}

#navigation li li {
	background-color: #C2E483;
	/* remaining settings should not be modified - even by GUY */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
}
#navigation li li li {
	background-color: #EFFEC2;
	/* remaining settings should not be modified - even by GUY */
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 15px;
}

