A.menulink {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	color: #FFFFFF;
	BORDER: none;
	border: none;
	font-weight: bold;
	font-style: normal;

}

A.menulink:hover {
	border: none;
	background-color:#FFFFFF;
	color: #006600;
	text-decoration: none;

}

