.RightMenuGroup
{
  background-image : url(images/menuback.gif);
  font-family : tahoma;
  font-size :xx-small;  
  text-align : right;
  direction : rtl;
}

.MenuGroup
{
  font-family : tahoma;
  font-size :xx-small;  
  text-align : right;
  direction : rtl; 
  background-image : url(images/menuback.gif);
  height : 25px;


}

.RightMenuItem
{
  
  font-family : tahoma;
  font-size :xx-small;
  text-align : right;
  direction : rtl;
  background-image : url(images/menuback.gif);
  height : 25px;

}

.RightMenuItemHover
{
 
  font-family : tahoma;
  font-size :xx-small;
  text-align : right;
  direction : rtl;
  background-image : url(images/menuback.gif);
  height : 25px;

}

.MenuItem
{
 
  font-family : tahoma;
  font-size :xx-small;
  text-align : right;
  direction : rtl;
  background-image : url(images/menuback.gif);
  height : 25px;
}

.MenuItemHover
{
  background-image : url(images/menuback.gif);
  color: #FF8B08;
  font-family : tahoma;
  font-size :xx-small;
  text-align : right;
  direction : rtl;
  cursor :hand;
  height : 25px;
}

