ul, li, img, a {
	padding:0px;
	margin:0px;
	border-spacing:0px;
	list-style:none;
}
img {
	outline:none;}
p {
	margin:15px 0 15px 0;}
.treeview { /*CSS for Simple Tree Menu*/
list-style-type: none;
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
list-style-type: none;
margin:0px;
padding:0px;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: url(list.gif) no-repeat left center;*/
list-style-type: none;
list-style:none;
padding:0px;
margin:0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.gif) no-repeat 1px 2px;
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;
	padding-left:20px;
	padding-bottom:1px;
	
}


.anode:link{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
}
.anode:visited{
	color:white;
	font-family: Arial, Helvetica, sans-serif;
}

.bnode:link{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.bnode:visited{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.cnode:link{
	color:#000033;
	font-family: Arial, Helvetica, sans-serif;
}
.cnode:visited{
	color:#000033;
	font-family: Arial, Helvetica, sans-serif;
}

.bodytext_bold{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.bodytext_normal{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}
.leftnavlink a	{
	position: relative;
	display: block;
	text-decoration: none;
	border: 1px #ffffff solid;  /* hidden border holds the proper spacing so mouseover won't jump */
	margin-left: 1px;
	margin-right: 1px;
	padding:3px;
	
	}

.leftnavlink a:link	{
	color: #000000;
	text-decoration: none;
	
}

.leftnavlink a:visited	{
	color: #000000;
	text-decoration: none;
}

.leftnavlink a:hover	{
	color: #000000;
	background-color: #E3E3F5;
	text-decoration: none;
	border: 1px #08245B solid;
}

.leftnavlink a:active	{
	color: #ff0000;
	text-decoration: none;
}
.leftnavlink	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	
}

