table.menutable	{
	width: 50%;
}

td.menucell {
	border: 0px black solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}

a.menuitem_off {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

a.menuitem_on {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #008800;
}

a:hover.menuitem_on, a:hover.menuitem_off {
	text-decoration: underline;
}
