.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(../Scripts/content_bracket.jpg) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../Scripts/singledot.jpg) no-repeat left 1px;
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. */
}

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

/* Below is all for content pages and is duplicated in the simpletree.css*/

.nav_title {font-family: Verdana;
			font-size:14px;
			color:#267E3E
}

.nav_item {font-family: "Verdana Bold";
			font-size:13px;
			letter-spacing:24;
			color:#5A5A5A;
}

.quote {font-family: Georgia;
		font-size:13px;
		color:#5A5A5A;
}

.quote_auther {font-family: "Verdana Bold";
				font-size:12px;
				color:#5A5A5A;
}

.quote_box {font-family: "Georgia Bold";
			font-size:13px;
			color:#5A5A5A;
			width:194px;
			Height:129px;
			border:medium;
			text-align:left;
}

.content_title {font-family: "Lucida Sans Unicode";
				font-size:21px;
				color:#5A5A5A
}

.content_expand {font-family: "Verdana";
			font-size:14px;
			letter-spacing: normal;
			color:#267E3E
}

.content_header {font-family: "Verdana Bold";
				font-size:14px;
				color:#267E3E
}

.content_subheader {font-family: "Verdana Bold";
					font-size:13px;
					color:#5A5A5A
}

.content_body {font-family: Verdana;
			font-size:13px;
			color:#000000;
}
span {
	text-decoration: underline;
}

