.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)*/
	list-style-type: none;
	margin-bottom: 3px;
	font-variant: small-caps;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	padding-left: 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	padding-left: 0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.righttext .profilepic img {
	border: 3px solid #F00;
	margin: 3px;
	clear: both;
}
