body{
border-style:hidden;
border: 0 0 0 0;
margin: 0 0 0 -25px;
padding: inherit;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#FFCC66;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
color:#FFCC66;
font-weight:  500;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
border-color:#FFFFFF;
background: no-repeat left center;
list-style-type: none;
padding-left: 18px;
margin-bottom: 3px;
color:#FFCC66;
font-weight:900;
}

.treeview li a:visited {
	color:#FFCC66;
}

.treeview li a:hover {
	color: #FF0000;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/menutree/plus.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
padding-left: -10px;
margin-top:	0px;
margin-bottom:	0px;
padding-top:	0px;
padding-bottom:	0px;
border-top:	0px;
border-bottom:	0px;
text-decoration: none; 

}

.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;
}