.TopGroup
{
  background-color:Black;
  border:none; 
}

.Group
{
  background-color:#D2B4A3;
  border:none; 
}

.Item
{
 border-top: #6e0505 1px solid;
 font-weight: bold;
 font-size: 12px;
 cursor: pointer;
 color: #cecace;
 border-bottom: #6e0505 1px solid;
 font-family: verdana;
 background-color: black;
 text-align: left;
 padding-left: 40px;
}

.ItemH
{
 border-top: black 1px solid;
 font-weight: bold;
 font-size: 12px;
 cursor: pointer;
 color: black;
 border-bottom: white 1px solid;
 font-family: verdana;
 background-color: #ffce65;
 text-align: left;
 padding-left: 40px;
}

.ItemExp
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  border:solid 1px white; 
  cursor:pointer;
}

