  <style type="text/css">
.treemenu {
	list-style : none;	
	width : 90%;
}

.treemenu UL {
	list-style : none;
	margin-left: -30px;
}

/*new*/
.treemenu UL UL{
	list-style-type: disc;
	padding-left: 10px;
}

.treemenu UL UL UL{
	list-style-type : square;
	padding-left: 10px;
}

.treemenu UL UL UL UL{
	list-style-type : square;
	padding-left: 10px;
}
/*end new*/

.treemenu LI {
	display : block;
	list-style: inherit;
}

/*start new*/
.treemenu LI LI {
	display : block;
	list-style: disc;
}

.treemenu LI LI LI{
	display : block;
	list-style: circle;
}

.treemenu LI LI LI LI{
	display : block;
	list-style: square;
}
/*end new*/

.treemenu A {
	text-decoration : none;
}

.treemenu .treeopen {
	background-image : url('/student_success/financial_aid/inc/expandinglist/toggle-small.png');
	background-repeat : no-repeat;
	background-position : left;
	padding-left: 22px;
}		

.treemenu .treeclosed {
	background-image : url('/student_success/financial_aid/inc/expandinglist/toggle-small-expand.png');
	background-repeat : no-repeat;
	background-position : left;
	padding-left: 22px;
}

.treemenu A:hover,
.treemenu A:active,
.treemenu A.here:link,
.treemenu A.here:visited {
	color:gold;
}

.treemenu UL A:hover,
.treemenu UL A:active,
.treemenu UL A.here:link,
.treemenu UL A.here:visited {
	color:gold;
	font-weight: bold;
}
</style>
