/*
Project: Catalyst Group
File: css/toggle.css
*/
#content ul {
	background: transparent url(../images/rule.png) no-repeat left bottom;
	list-style: inside;
	margin: 0;
}
#content ul li {
	list-style-image: none;
	list-style-type: none;
	width: 630px;
}
#content ul li.expand {
	background: transparent url(../images/rule.png) no-repeat left top;
	cursor: hand;
  cursor: pointer;
	list-style-image: url(../images/arrow-right.png);
	padding: 10px 0;
}
#content ul li.expand h2 {
	display: inline;
	margin: 0;
}
#content ul li h4 {
	display: inline;
	margin: 0;
}