/* CSS Document */
.treeview ul{

	background-color: #fdf2ff;
}

.treeview li{
	background: url(list.gif) no-repeat left center !important;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.treeview li a{
	padding-left: 12px;
	font-size: 11px;
}
.treeview li.submenu{
	background: url(closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	padding-left: 12px;
	font-size: 10px !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
.new {
	padding-left: 8px;
	background-image: url(closed.gif);
	font-size: 11px;
}
.expand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	text-decoration: underline;
	padding-left: 10px;
}
