.MainMenu								{
	background-color: #e6e6e6;
	border-color: #999999;
	border-style: solid;
	border-width: 0 0px 0px 0;			
}
.ContextMenu							{
	background-color: #e6e6e6;
	border-color: #999999;
	border-style: solid;
	border-width: 0 0px 0px 0;	
			
}
.MenuItem								{
	cursor: hand;
	font-family: Verdana, Arial, Tahoma;
	font-size: 40%;
	font-weight: ;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 1px;
}
.MenuHeading							{
	background-color: #e6e6e6;
	border: solid 0px #808080;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 70%;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.MainMenu td.MenuItem					{
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 0px;
	cursor: hand;
	font-family: Verdana, Arial, Tahoma;
	font-size: 70%;
	padding: 1px 10px 3px 6px;
}
.ContextMenu td.MenuItem				{
	border: solid 0px #999999;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	cursor: hand;
	font-family: Verdana, Arial, Tahoma;
	font-size: 70%;
	padding: 1px 10px 3px 6px;
	
}
.MenuItem a								{
	color: #000000;
	text-decoration: none;
}
.MenuItem a:visted						{
	color: #000000;
	text-decoration: none;
}
.MenuItem a:hover						{
	color: #908e8f;
	text-decoration: none;
}
