.expandable, .expandable * {
  list-style-type:none;	
  padding:0;
  margin:0;
}

.expandable li{
  padding:2px 0px 5px 0px;
}

.expandable li font{
	font-family: verdana;
	font: 100%;
	color:#425B97;
  	padding:0.25em 0.25em 0.25em 30px;
  	border:0px solid #000;
  	cursor:pointer;
}

.expandable .open{
  background:url('open.gif') no-repeat 0px 50%;
}

.expandable .closed{
  background:url('closed.gif') no-repeat 0px 50%;
}

.expandable li div{
  border-left:1px solid #CCCCCC; 
  border-right:1px solid #CCCCCC; 
  border-bottom:1px solid #CCCCCC; 
  border-top:1px solid #CCCCCC; 
  padding-top:0;
  padding-left:0; 
  padding-right:0; 
  padding-bottom:0;
}


.expandable p{
  padding:1em 1em 1em 1em;
}



.1stList {
	line-height: 150%; 
}


.2ndList {
	line-height: 150%; 
	MARGIN-TOP: -20px;
 	margin-left: 40px;

}


