#planList {
	border: 1px solid #99CC00;
	padding: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
}


#planList dl {
	background-image: url(../images/plan_title.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

#planList dt {
	width: 160px;
	margin-right: 30px;
	float: left;
	height: 10px;
}

#planList dt span {
	display: none;
}

#planList dd {
	float: left;
}

#planList dd ul {
	padding-top: 5px;
}

#planList dd li {
	background-image: url(../../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 5px;
}
