.Group
{
   background-color:white;
 
}

.Item
{
 font-size: 8pt;
 font-family: verdana;
 background-color:white; 
 border:solid 1px white; 
 cursor:pointer;
}

.ItemH
{
    color:#CBCED4;
  font-family:verdana;
  font-size: 8pt;
  text-decoration :underline;
  cursor:pointer;
}

.ItemExp
{
   
  color:#CBCED4; 
  font-size: 8pt;
  font-family: verdana;
  text-decoration :underline;
  cursor:pointer;
  background-color:silver;
}
.pnlMenu
{
	background-color: black; 
	width:941px; 
	padding-left:30px; 
	padding-top:2px; 
	padding-bottom:3px; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
