.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: -8;
padding-left: 0;
padding-right: 6;
}

.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-type: none;
padding-left: 14px;
padding-right: 14px;
margin-left: 12;
margin-right: 0;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('closed.gif') no-repeat left 0px;
margin-left: -40;
cursor: hand !important;
cursor: pointer !important;
margin-top: 4px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 4px;
}


.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;
}
/***** HOMEPAGE ONLY Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2P            {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF; BORDER: 0px solid #FFFFFF}
.CPbox2LP           {COLOR: #333333; solid #FFFFF}
.CPbox2HP           {COLOR: #333333; BACKGROUND-COLOR: ; PADDING: 0px}
.CPbox2HP B         {COLOR: #333333; FONT-SIZE: 14px;}
/*.CPbox2BP           {COLOR: #333333; BACKGROUND-COLOR: #FFFFFF}*/
.CPbox2BP li 		{list-style-type:; list-style-image: url('');} 
.CPbox2BP A:link    {FONT-SIZE: 12px; TEXT-DECORATION: underline}
.CPbox2BP A:visited {FONT-SIZE: 12px; TEXT-DECORATION: underline}
/*.CPbox2BP A:hover   {TEXT-DECORATION: underline}*/