﻿.MenuGroup
{
  background-color:#FFF0A9;
  border-top:2px solid #faf8eb;
  width:180px;
  font-family:verdana;
  font-size:10px;
  color:#666666;
  cursor:hand;
  height:28px;
  font-weight:bold;
}

.MenuItem
{
  border-top:2px solid #faf8eb;
  height:28px;
  font-size:10px;
  font-family:verdana;
}

.MenuItemHover
{
  background-color:#c6dbe6;
  border-top:2px solid #faf8eb;
  font-family:verdana;
  font-size:10px;
  cursor:hand;
  height:28px;
}

.MenuItemDown
{
  background-color:#c6dbe6;
  border-top:2px solid #faf8eb;
  color:#666666;
  cursor:hand;
  height:28px;
  font-family:verdana;
  font-size:10px;
}

.MenuItemExpand
{
  background-color:#c6dbe6;
  border-top:2px solid #faf8eb;
  color:#666666;
  cursor:hand;
  height:28px;
  font-family:verdana;
  font-size:10px;
}