.MenuTable
{
	border-top: #669900 1px solid;
	border-left: #669900 1px solid;
	width: 100%;
}
.MenuCell
{
	border-right: #669900 1px solid;
	font-size: 9pt;
	width: 185px;
	color: white;
	text-indent: 3px;
	padding-top: 1px;
	border-bottom: #669900 1px solid;
	font-family: Arial,helvetica;
	height: 26px;
}
.MenuCell A
{
	color: #FFFFFF;
	background-color: Transparent;
	text-decoration: none;
}
.MenuCell A:visited
{
	color: #FFFFFF;
	background-color: Transparent;
	text-decoration: none;
}
.MenuCell A:link
{
	color: #FFFFFF;
	background-color: Transparent;
	text-decoration: none;
}
.MenuCell A:hover
{
	color: #FFFFFF;
	background-color: Transparent;
	text-decoration: underline;
}
