.menu {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: lighter;
	text-transform: lowercase;
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #999999;
}

