.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.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: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
list-style-type: none;
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
list-style-type: none;
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
list-style-type: none;
cursor: default;
}







div#nav_left_vert {
	display:block;
	float:left;
	text-align:left;
	vertical-align: middle;
	letter-spacing: 0.05em;
	width: 300px;
	clear:both;
	overflow:hidden; /* was vis */
	margin-top: 0px;
	margin-left:0px;
	height:auto;
	background-color:#FFFFFF;
	list-style-type: none;	/* border: 0px solid #000000; Main outside box */
}

div#nav_left_vert ul {
	/* background-color:#ffb200; */
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding - top, right, bottom, left */
	margin:0px;              /* no margin - top, right, bottom, left for IE either */
	font-size:12px;
	text-indent: 0px;	/* border: 1px solid  #000000; */
}
	
div#nav_left_vert li {
	list-style-type: none;
	/* background-color:#ffb200; */
		margin:0;
	display:block;
	border-top: 1px solid white; /* lines */
	/* border: 1px solid  #000000; */
	vertical-align:middle;
	text-indent: 0px;
	color: #FFFFFF;
}

div#nav_left_vert  #treemenu1 li a {
	/*border: 1px solid #000000; /* box around main section items */
	background-color: #003300;
	display: block;         /* lines extend to right, make area clickable */
	color:#ffffff;
	padding: 3px 3px 3px 5px; /* last one is left padding */
	text-decoration: none;
	/* height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
	height:1%; /* SJ put this in for IE */
	text-align:left;
	vertical-align:middle;
	list-style-type: none;
}



/* #nav_left_vert #treemenu1 .thirdlayer {
	background-color: #00FFCC;
} */





/*#nav_left_vert #treemenu1 .thirdlayer a:hover{
	
	
	color:#000000;
	background-color:#FFD87F;
	
} */


div#nav_left_vert  #treemenu1 ul li a {
	margin-left: 0px;     /* indent level 1 */
	background-color:#FFFFFF; /* this is the bit in the 2nd box */
	/* border-bottom:2px solid #000000; */
	color:#000000;
	list-style-type: none;
}
div#nav_left_vert  #treemenu1 ul ul li a {
	margin-left: 0px;     /* indent level 2 */
	list-style-type: none;
}


/*

#nav_left_vert #treemenu1 a {
color: #FFFFFF;
}

/*

/* Take away 2 px to allow for the  border */

div#nav_left_vert  #treemenu1 li a:hover {
	color:#000000;
	background-color:#D9F2D8;
	list-style-type: none;
	/* border-top: 1px solid black; */
    /* border-bottom: 1px solid black; */
	/* height:14px; */
}

div#nav_left_vert  #treemenu1 ul ul li a:hover {
	color:#000000;
	background-color:#D9F2D8;
	list-style-type: none;
	/* border-top: 1px solid black; */
    /* border-bottom: 1px solid black; */
	/* height:14px; */
}

/* thirdlayer css code  */
#nav_left_vert #treemenu1 .thirdlayer {
	background-color: #cc0000;
}


#nav_left_vert #treemenu1 a:hover.thirdlayer {
	/*border: 1px solid #000000; /* box around main section items */
	background-color: #D9F2D8;
	color:#000000;
	
}
/* END   thirdlayer css code  */

/* ########################### */
/* Menu at the left of the page */
/* ########################### */

