.menuGroup
{
  background-color : #ba2d20;
}

.menuMouseOut
{
	/*background-color: Blue;*/
  color            : white;  /* menu burtu krasa*/
  font-weight      : bold;
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  cursor           : hand;
  text-align : center;
  padding : 2, 12, 2, 12;
  }

.menuMouseOut_CMI
{
  background-color : white; /* parent manu bacground color*/
  color            : #ba2d20;
  font-weight      : bold;  
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  cursor           : default;
  text-align : center;
  padding : 2, 12, 2, 12;
 }

.menuMouseOut_CMI_PARENT
{
	/*background-color: Green;*/
  color            : white; 
  font-weight      : bold; 
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  cursor           : hand;
  text-align : center;
  padding : 2, 12, 2, 12;
 }

.menuMouseOver
{
  background-color : #ba2d20;
  color            : white;
  font-weight      : bold;
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
 cursor           : hand;
 text-align : center;
 padding : 2, 12, 2, 12;
 }

.menuMouseOver_CMI
{
  color            : white;
  font-weight      : bold;
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  cursor           : default;
  text-align : center;
  padding : 2, 12, 2, 12;
  }

.menuMouseOver_CMI_PARENT
{
  color            : white;
  font-weight      : bold;
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  cursor           : hand;
  text-align : center;
  padding : 2, 12, 2, 12;
}  
