.treeview	{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.treeview ul	{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview ul	{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style: square;
	color: #900;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	line-height: 2em;
}

.treeview li a	{
	text-decoration: none;
	color: #900;
}

.treeview li ul li a	{
	text-decoration: none;
	color: #333;
}

.treeview li.submenu, .treeview li.submenu a	{ /* Style for LI that contains sub lists (other ULs). */
	list-style: square;
	color: #666;
	cursor: hand !important;
	cursor: pointer !important;
	text-decoration: none;
}