.TopGroup
{
  font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:9pt; 
  background-color:#835987; 
  cursor:default;
}
.MenuGroup
{
 font-family:Arial, Tahoma, Verdana;
  cursor:default; 
  font-size:9pt; 
}
.TopMenuItem
{
	font-family:Arial, Tahoma, Verdana;
	font-weight: bold;
  color:white;
  padding:10px;
  font-size:9pt; 
  text-align: center;
  cursor:default; 
  width: 100px;
  background-color:#537eb9; 
}
.TopMenuItemHover 
{
	font-family:Arial, Tahoma, Verdana;
  color:white;
  font-size:9pt; 
  background-color:#784C4A;
  text-align: center;
  cursor:default; 
  width: 100px;
}
.MenuItem
{
	font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
  font-size:9pt; 
  background-color:#784C4A;
  color:white;
  cursor:default; 
}
.MenuItemHover 
{
	font-family:Arial, Tahoma, Verdana;
  font-weight:bold;
 font-size:9pt; 
  color:white;
  background-color:#537eb9; 
  cursor:default; 
}
.MenuItemExpanded
{
	font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
 font-size:9pt; 
  color:white;
  background-color:#537eb9; 
  cursor:default; 
}
.MenuItemActive
{
	font-family:Arial, Tahoma, Verdana;
  font-weight: bold;
 font-size:9pt; 
  color:white;
   background-color:#537eb9; 
  cursor:default; 
}
.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}
.ScrollItem
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}
.ScrollItemH
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}
.ScrollItemA
{
  background-color:#dab399; 
  color:#660033;
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}