

.TopMenuItem
{
  color : #CEBDA6;
  font-family:Arial; 
  font-weight: bold;
  font-size:12px; 
  cursor:default;
  background-color: #37322C;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
 
}

.TopMenuItemHover
{
	cursor: pointer;
  color : #D5A461;
  font-family:Arial; 
  font-weight: bold;
  font-size:12px; 
  cursor:default;
  background-color: #2D2823;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
 
}

.MenuItem
{
  color: #CEBDA6;
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;
  background-color: #716555;
 
    padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
    cursor: pointer;
      direction: RTL;
      text-align: right;
}

.MenuItemHover 
{
  color: #CEBDA6;
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;
       direction: RTL;
       text-align: right;
    background-color: #2D2823;
      padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
    cursor: pointer;
}

.TopGroup
{
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;
  left: 500px;
  top: 200px;
    cursor: pointer;
        direction: RTL;
 
}


/*



.MenuGroup
{
  color: #CEBDA6;
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;

}









.DisabledMenuItem
{
  color: #CEBDA6;
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;
}

.DisabledMenuItemHover 
{
  color: #CEBDA6;
   font-family:Arial; 
   font-weight: bold;
  font-size:12px; 
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}

*/