/* CSS Document */

.inactiveText h4 {
	background-image: url(../images/show.gif);
	background-position: left;
	text-indent: 25px;
	background-repeat: no-repeat;
	width: 120px;
	display:inline;
	float:left;
}

.activeText h4 {
	background-image: url(../images/hide.gif);
	background-position: left;
	text-indent: 25px;
	background-repeat: no-repeat;
}

.inactiveText, .inactiveText p, .inactiveText ul {
	display:none;
}

.activeText, .activeText p, .activeText  ul {
	display:block;
}

