ul.partners
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.partners li
{
	display: block;

	background-image: url( "../images/arrow_on_white.gif" );
	background-repeat: no-repeat;
	background-position: 4px 7px;

	padding: 4px 0px 4px 24px;
}

ul.partners li.alt
{
	background-color: #ededed;
}

ul.partners li p
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;

	background-image: url( "../images/ym_network/expando_plus.gif" );
	background-repeat: no-repeat;
	background-position: right top;

	cursor: pointer;
}

ul.partners li p.expanded
{
	background-image: url( "../images/ym_network/expando_minus.gif" );
}

ul.partners li ul.expando
{
	display: none;
	list-style-type: disc;
	margin-left: 0px;
	margin-top: 4px;
	padding: 10px 10px 10px 0px;
}

ul.partners li ul.expando li
{
	display: list-item;
	padding: 0px;
	margin-left: 24px;
	background-image: none;
}
