.treeview {
	margin: 5px 2px 5px 10px;
	padding: 0;
}

.moduletable-tree p	{
	text-align:center;
}

.treeview ul {
	margin: 0;
	padding: 0;
	background:none;
	list-style:url(none) none;
}

.treeview li {
	background: url(list.gif) no-repeat left center;
	list-style:url(none) none;
	padding-left: 14px;
	margin-bottom: 2px;
}

.treeview li.submenu {
	background: url(closed.gif) no-repeat left 3px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none;
}

.treeview .submenu ul li {
	cursor: default;
}

/* Category Links ------------------------ */

.moduletable-tree .treeview li a:link, .treeview li a:visited {
	text-decoration: none;
	font: bold 11px/1.4em Arial, Helvetica, sans-serif;
}

.treeview li a:hover {
	text-decoration: none;
}

/* Hightlighted Category Link ------------------------ */

.treemenuhl {
	color: #CC6633;
	font-weight: bold;
}

/* Expand/Collapse Links ------------------------ */

.explink {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a.explink:link {
	color: #333;
	text-decoration: none;
}

a.explink:visited {
	color: #333;
	text-decoration: none;
}

a.explink:hover {
	color: #333;
	text-decoration: none;
}

a.explink:active  {
	color: #333;
	text-decoration: none;
}
