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

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style: none;
padding-left: 13px;
margin-bottom: 3px;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 3px;
cursor: hand !important;
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. */
margin-bottom:13px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

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


ul.treeview {
	text-decoration:none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
	}
ul.treeview li a {
	display:block;
	}
ul.treeview a:hover{
	display:block;
	color:#666666;

}
ul.treeview a:link {
	text-decoration: none;
	color:#666666;
}
ul.treeview a:visited {
	text-decoration: none;
	color:#666666;
}
ul.treeview a:hover {
	text-decoration: none;
	color:#666666;
}
ul.treeview a:active {
	text-decoration: none;

	color:#FFFFFF;
}
