.TopGroup
{
  cursor:default; 
    font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
  text-align:right;
  direction:rtl;
  color:Gray;
}

.MenuGroup
{
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
  text-align:right;
  direction:rtl;
  color:Gray;
  background-color:#f3f2f0;
}

.TopMenuItem
{
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
  text-align:right;
  direction:rtl;
  color:Gray;
  
  
}


.MenuItem
{
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
  text-align:right;
  direction:rtl;
  color:Gray;
}

.MenuItemHover 
{
   background-image:url(images/Hover.gif);
  background-position:right;
  color:white; 
  font-family:tahoma; 
  font-size:12px; 
  background-repeat:none; 
  cursor:pointer;
  text-align:right;
  direction:rtl;
}

.MenuBreak
{
  border:0px; 
  width:100%;
  height:0px;
}