.TopGroup
{
  background-color:white;
}

.MenuGroup
{
  background-color:white;
  border:solid 1px gray; 
  width: 135px;
}

.TopMenuItem
{
  background-image: url(../../../content/images/menu/backMenu.gif); 
  color:white; 
  font-family:Arial; 
  font-size:14px; 
  font-weight: bold;
  cursor:pointer;
  height: 37px;
  width: 105px;
  /*display: block;*/
}

.TopMenuItemHover 
{
  background-image: url(../../../content/images/menu/backMenu.gif); 
  color:white; 
  font-family:Arial; 
  font-size:14px; 
  font-weight: bold;
  cursor:pointer;
  height: 37px;
  width: 105px;
  /*display: block;*/
}


.MenuItem 
{
  color:#807F84; 
  font-family:Arial; 
  font-size:12px; 
  cursor:default;
}

.MenuItemHover 
{
  color:#ffffff; 
  background-color:#807F84; 
  font-family:Arial; 
  font-size:12px; 
  cursor:default;
}

.MenuItemExpanded
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:Arial; 
  font-size:10px; 
  cursor:default; 
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:white; 
  font-family:Arial; 
  font-size:10px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
  font-family:Arial; 
  font-size:10px; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}
