.MenuGroup
{
  /*background-color:#CCCCCC;
  border:solid 1px black; 
  border-top-color:#dedede;
  border-left-color:#dedede;*/
}

.MenuItem
{
  background-image: url(/portals/0/skins/pyramid/assets/images/internal/menu/MenuSQBg.gif);
  background-repeat:repeat;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  padding: 4px;
  /*border:solid 1px #CCCCCC; */
  cursor:hand;
}

.MenuItemHover
{
  background-color:#CCCCCC;
  color:#000000;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  padding: 4px;
  /*border:solid 1px gray; 
  border-right-color:#dedede;
  border-bottom-color:#dedede;*/
  cursor:hand;
}

.MenuItemActive
{
  background-color:#CCCCCC;
  color:#000000;
  font-family:verdana;
  font-size:12px;
  font-weight:bold; 
  padding: 4px;
  /*border:solid 1px gray; 
  border-left-color:#dedede;
  border-top-color:#dedede;*/
  cursor:hand;
}

.MenuItemExpanded
{
  background-color:#CCCCCC;
  color:#000000;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  padding: 4px;
 /*border:solid 1px gray; 
  border-right-color:#dedede;
  border-bottom-color:#dedede;*/
  cursor:hand;
}

.MenuBreak
{
  width:100%;
  height:2px;
}

