.TopGroup
{
  background-color:#fff; 
  cursor:hand; 
  width:263px;
}

.MenuGroup
{
  background-image:url(images/group_background.gif);
  background-color:white;
  cursor:hand; 
  font-weight:bold;
}

.TopMenuItem
{
  background: url(images/list-bottom-line.gif) left bottom repeat-x;
  color:black; 
  cursor:hand; 
  height: 60px;
  font-weight:bold;
}

.TopMenuItemHover 
{
  background: url(images/list-bottom-line.gif) left bottom repeat-x;
  color:black; 
  cursor:hand; 
  height: 60px;
  font-weight:bold;
}

.TopMenuItemExpanded
{
  background-image:url(images/top_group_background.gif);
  color:black; 
  border:solid 0px #7C7C94; 
  cursor:hand; 
  height: 60px;
  font-weight:bold;
}

.MenuItem
{
  background: url(images/list-bottom-line.gif) left bottom repeat-x;
  color:black; 
  cursor:hand;
  height: 60px; 
  font-weight:bold;
}

.MenuItemHover 
{
  background: url(images/list-bottom-line.gif) left bottom repeat-x; 
  color:black; 
  cursor:hand; 
  height: 60px;
  font-weight:bold;
}

.MenuBreak
{
  background-image:url(images/break_bg.gif);
  width:100%;
  height:1px;
}