/*==============================================================================

	GRC multi-level script-free pure-CSS menuing system stylesheet.
   This code is hereby placed into the public domain by its author
   Steve Gibson. It may be freely used for any purpose whatsoever.

==============================================================================*/
 /*========================= TOP OF THE MENU CASCADE =========================*/
.menu { 
	width: 730px;
	height: 35px;
	text-align: center;
	margin: auto;
	font: normal normal normal 12px Trebuchet MS;
	line-height: 35px;
	text-transform: lowercase;
}
.activemenuitem { color: #60FF00; }
.inactivemenuitem { color: #D1EB9B; }