#menu li {
	font-weight: bold;
	text-decoration: none;
	display: inline;
	border-bottom-width: thick;
	border-bottom-style: solid;
}
#menu a:link {
	font-weight: bold;
	display: inline;
	border-bottom-width: thick;
	border-bottom-style: solid;
	color: #339933;
}
#menu a:hover {
	font-weight: bold;
	display: inline;
	border-bottom-width: thick;
	border-bottom-style: solid;
	text-decoration: none;
	color: #339933;
}
#menu a:visited {
	font-weight: bold;
	display: inline;
	border-bottom-width: thick;
	border-bottom-style: solid;
	color: #339933;
}
