
		a:link		{ color: white; text-decoration: underline; border: none;}
		a:visited	{ color: white; text-decoration: underline; border: none;}
		a:hover		{ color: white; text-decoration: underline; border: none;}
		a:active	{ color: white; text-decoration: underline; border: none;}
		
		a.submenuText { color: white; text-decoration: underline; border: none;}
		a.submenuText:link { color: white; text-decoration: underline; border: none;}
		a.submenuText:hover { color: white; text-decoration: underline; border: none;}
		a.submenuText:visited { color: white; text-decoration: underline; border: none;}
		a.submenuText:active { color: white; text-decoration: underline; border: none;}
		
		a.submenu { color: white; text-decoration: underline; border: none;}
		a.submenu:link { color: white; text-decoration: underline; border: none;}
		a.submenu:hover { color: white; text-decoration: underline; border: none;}
		a.submenu:visited { color: white; text-decoration: underline; border: none;}
		a.submenu:active { color: white; text-decoration: underline; border: none;}
		
		.menu		{
	color: "black";
	FONT-WEIGHT: bold;
	FONT-SIZE: 9.5pt;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
		.submenu	{
	background-color: #069966;
	text-align: middle;
	vertical-align: middle;
	height: 26px;
	width: 570px;
	color: "white";
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #069966;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #069966;
}
		.submenuText	{
	background-color: #069966;
	vertical-align: middle;
	color: "white";
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	border: none;
}