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