﻿
.RootMenuItem
{
	border-top-width: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	font-size: 9pt;
	border-left-color: #90be58;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	padding-bottom: 1px;
	color: white;
	border-top-color: #006600;
	padding-top: 1px;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
	border-right-width: 1px;
	border-right-color: #90be58;
}
.RootMenuItemOver
{
	border-top-width: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	font-size: 9pt;
	border-left-color: #90be58;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	padding-bottom: 1px;
	cursor: pointer;
	color: aqua;
	border-top-color: #006600;
	padding-top: 1px;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
	border-right-width: 1px;
	border-right-color: #90be58;
}
.MenuItem
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9pt;
	background-image: url(Images/RedSqJellyCenter.gif);
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
	background-color: #660000;
}
.MenuItemOver
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9pt;
	background-image: url(Images/TQSqJellyCenter.gif);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Tahoma, 'Times New Roman' , sans-serif;
	background-color: #660000;
	cursor: pointer;
}