.Group
{
    direction:rtl;
    background-color:#ffffff;
    border:none; 
    text-align:left;
    background-image: url('../images/menubg.jpg');
    background-position:right top;
    background-repeat:repeat-y;
}

.Item
{
  direction:rtl;  
  font-family:tahoma; 
  background-image: url('../images/menubg.jpg');
  background-color:#ffffff; 
  font-size:12px; 
  border:solid 1px white; 
  background-position:right top;
  background-repeat:repeat-y;
  cursor:pointer;
  text-align:right;
}

.ItemH
{
  background-color:#83C299; 
  color:black; 
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px #83C299; 
  cursor:pointer;
  text-align:right;
}

.ItemExp
{
  background-color:silver; 
  color:black; 
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px white; 
  cursor:pointer;
}

