﻿.PopupMenu 
{
	background-color: White;
}

.PopupMenuItem
{
	background-color: #adafb2;
	border-color: White;
	border-width: 1px;
	border-style: solid;
}

.MenuItem 
{
	color: #4c721d;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
}

.MenuItem:link
{
	text-decoration: none;
}

.MenuItem:active
{
	text-decoration: none;
}

.MenuItem:hover
{
	text-decoration: none;
}

.MenuItem:visited
{
	text-decoration: none;
}


.MenuItem_Selected
{
	background-color: #666666;
	color: White;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
}

.MenuItem_Selected:link
{
	text-decoration: none;
}

.MenuItem_Selected:active
{
	text-decoration: none;
}

.MenuItem_Selected:hover
{
	text-decoration: none;
}

.MenuItem_Selected:visited
{
	text-decoration: none;
}






.MenuItem_Current 
{
	background-color: #91cd3f;
	color: White;
	cursor: pointer;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 9pt;
}

.MenuItem_Current:link
{
	text-decoration: none;
}

.MenuItem_Current:active
{
	text-decoration: none;
}

.MenuItem_Current:hover
{
	text-decoration: none;
}

.MenuItem_Current:visited
{
	text-decoration: none;
}
