table.menutable	{
	width: 100%;
	background-color: #CC6600;
	border: 1px solid black;
	text-align: center;
}

td.menucell {
	border: 0px black solid;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}

a.menuitem_off {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.menuitem_on {
	font-family: arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #9CFFFF;
}

a:hover.menuitem_on, a:hover.menuitem_off {
	text-decoration: underline;
}
