.MenuGroup
{
	background-color: #EBEBEB;
	border: solid 1px black;
	border-top-color: gray;
	border-left-color: gray;
}

.MenuItem
{
	background-color: #FF2129;
	color: White;
	font-family: Arial;
	font-size: 10px;
	border: solid 1px #3F3F3F;
	cursor: pointer;
	font-weight: bold;
}

.MenuItemHover
{
	background-color: #A5A5A5;
	color: white;
	font-family: Arial;
	font-size: 10px;
	border: 1px;
	border: solid 1px gold;
	border-right-color: #FF2129;
	border-bottom-color: #FF2129;
	cursor: pointer;
	font-weight: bold;
}

.MenuItemActive
{
	background-color: #A5A5A5;
	color: white;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #FF2129;
	border-left-color: #FF2129;
	border-top-color: #FF2129;
	cursor: pointer;
	font-weight: bold;
}

.MenuItemExpanded
{
	background-color: #A5A5A5;
	color: White;
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #A5A5A5;
	border-right-color: #FF2129;
	border-bottom-color: #FF2129;
	cursor: pointer;
	font-weight: bold;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

.ScrollItem
{
  background-color:#FBFBFB; 
  font-family:Arial; 
  font-size:10px; 
  border:solid 1px #FBFBFB; 
  cursor:default;
  text-align:center;
}
.ScrollItemH
{
  background-color:silver; 
  color:black; 
  font-family:Arial; 
  font-size:10px; 
  border:solid 1px gray; 
  cursor:default;
  text-align:center;
}

.ScrollItemA
{
  background-color: darkgray; 
  color:black; 
  font-family:Arial; 
  font-size:10px; 
  border:solid 1px gray; 
  cursor:default;
  text-align:center;
}

