.MenuItemUnselected{
	align: left;
	background: white;
	color : black;
	cursor:hand;
	font-weight : bold;
	font-family: Tahoma;
	font-size:10pt;
	border-style: solid;
	border-color: gray;
	border-width: 1;
	text-indent: 3mm;
	white-space: nowrap;
}
.MenuItemSelected{
	align: left;
	background: silver;
	color : black;
	cursor:default;
	font-weight : bold;
	font-family: Tahoma;
	font-size:10pt;
	border-style: solid;
	border-color: gray;
	border-width: 1;
	text-indent: 3mm;
	white-space: nowrap;
}