table.menutable	{
	width: 896px;
	background-color: #333333;
	border: 1px solid #999999;
	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: gray;
}

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

a:hover.menuitem_on, a:hover.menuitem_off {

	color: #CCCCCC;
	/*text-decoration: underline;*/
}
