.treeview  { /*CSS for Simple Tree Menu*/
width: 30em; /* set width of menu */
}

.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)*/
color: black;
background: #F2F2F2;
list-style-type: none;
padding-left: 22px;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #F2F2F2  url(nolines_plus.gif) no-repeat left 1px;
margin-bottom: 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
color: black;
border-top: 1px;
margin-top: 1px;
margin-bottom: 1px;
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;
}


/*  Styles for tabs on bulletin page */
.tabs_padder {
	display: inline;
	border-bottom: 1px solid #bde7f5;
	height: 10px;
	padding: 3px 10px;
}

.tabs_handle_container a {
	text-decoration: none;
	color: #F0A920;
}

.tabs_handle_container {
	border-left: 1px solid #bde7f5;
	border-right: 1px solid #bde7f5;
	border-top: 1px solid #bde7f5;
	border-bottom: 1px solid #9EC4DC;
	padding: 3px 5px;
	display: inline;
}
/*  Styles for tabs on bulletin page */
