/* --- COMMON --- */
ul.subNav, ul.subNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
ul.subNav a:link, ul.subNav a:visited { text-decoration: none; }
ul.subNav a:hover { color: #000000 !important;}

/* --- LEVEL ONE --- */
ul.subNav {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold; }
	
	ul.subNav li {
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
	background: none;
	line-height: 14px;
        color: #953800;

}
	
	/* --- NESTED --- */
    ul.subNav ul {
	font-weight: normal;
	line-height: 1.3;
	margin: 8px 0;
	letter-spacing: normal;
    }
		
    ul.subNav ul li {
	font-size: 12px;
	line-height: 13px;
	margin: 6px 0;
    }
		
    ul.subNav ul a:link, ul.subNav ul a:visited { color: #444444; }
		
    ul.subNav ul a:hover { color: #000000; }
			
/* -- NESTED TWICE --- */
    ul.subNav ul ul {
	font-style: italic;
	list-style-type: none;
    }
			
    ul.subNav ul ul li {
	padding-left: 0;
	margin-left: 10px;
    }
			
    ul.subNav ul ul a:link, ul.subNav ul ul a:visited {
	color: #444444;
    }

/* ------------------------------------------------------
   --- THIS STUFF IS TEMPORARY FOR COLLAPSE TREE VIEW ---
   ------------------------------------------------------ */

	ul.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
		background: none;
		padding-left: 12px;
		color: #953800;
		cursor: hand !important;
		cursor: pointer !important; }

	ul.treeview li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
		display: none; /*Hide them by default. Don't delete. */ }
	
	ul.treeview li.submenu ul li.submenu { color: #444444; }

