INPUT.SimpleMenuHeaderButton
{
	background-color:White;
	border: none;
	color: #7F7F7F;
	cursor: hand;
	font-family: Arial;
	font-weight:bold;
}
TABLE.SimpleMenuDropDownTable
{
	background-color: lightgrey;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	cursor: hand;
}
INPUT.SimpleMenuDropDownButton
{
	background-color: lightgrey;
	border:none;
	color: Black;
	cursor: hand;
	font-family: Verdana;
}
INPUT.SimpleMenuDropDownHiButton
{
	background-color: #7F7F7F;
	border:none;
	color: White;
	cursor: hand;
	font-family: Verdana;
}

.SimpleMenuNormal
{
	font-size: 1em;
	background-color:#EEEEEE;
	border: none;
	color: #7F7F7F;
	cursor: hand;
	font-family: Arial;
}

.SimpleMenuHighlighted
{
	font-size: 1em;
	background-color: #7F7F7F;
	border:none;
	color: White;
	cursor: hand;
	font-family: Arial;
}
