.MenuGroup
{
  background-color:#FF7B23;
  cursor:default; 
}
/*menu*/
.TopMenuItem
{
  color:#ffffff; 
  text-align:center;
  font-family:verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
 /* padding-right:14px;*/
  letter-spacing:1px;
  vertical-align:middle;
  text-align:center;
  Height:22px;
}
/*menu cuando pasas por encima*/
.TopMenuItemHover
{
  color:#ffffff; 
  text-align:center;
  font-family:verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
  letter-spacing:1px;
/*  padding-right:14px;*/
 
  background-repeat:repeat-x;
  vertical-align:middle;
  text-align:center;
  Height:22px;
  background-color:#FFA500;
}
/*desplegable*/
.MenuSubItem
{
  color:#666666; 
  text-align:left;
  padding-left:7px;
  font-family:verdana; 
  font-size:10px; 
  cursor:hand;
  height:24px;
  background-color:#FFF6EC;
  border: solid 1px #FF7B23;
  vertical-align:middle;
  Height:22px;
}
/*desplegable cuando pasas por encima*/
.MenuSubItemHover 
{
  color:#666666; 
  text-align:left;
  padding-left:7px;
  font-family:verdana; 
  font-size:10px; 
  cursor:hand;
  height:24px;
  background-color:#FFF6EC;
  border: solid 1px #FF7B23;
  vertical-align:middle;
  Height:22px;
}

