.left_tree_menu {
	padding: 13px 0 15px 4px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(../images/list.gif) no-repeat left 0px;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 8px;
}

.treeview li a { 
	color: #464449;
	text-decoration: none;
	font-size: 11px;
}

.treeview li a:hover { 
	color: #ff52ca;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(../images/closed.gif) no-repeat left 0px;
	cursor: pointer !important;
}


.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	width: 174px;
}

.treeview .submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background: none;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: #d6d6d6 1px solid;
	margin: 0;
}

.treeview .submenu ul li.no_menu_border {
	border-bottom: 0;
}

.treeview .submenu ul li a {
	color: #868686;
}

.treeview .submenu ul li a:hover {
	color: #ff52ca;
}
