div#Navigation {
    position: absolute;
    top: 245px; 
    left: 30px;
	display:block; 					
	background-color: yellow; 
	text-decoration: none; font-weight: bold;
	font-family: sans-serif; 
	display:block; 		
}

div#Navigation  a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color: white; background-color: #aaa;
}

div#Navigation * li#pageshow a {
	color: gray;				
}

div#Navigation ul#level1 {
	width: 100pt;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;  
	border: 0px solid black;		
	background-color: green;		
	list-style: none;
	font-family: arial;
}


ul#level1 a {
	display:block;
	font-size: 13px;
 	padding: 0.2em; 
	margin-bottom: 0px;
	text-decoration: none; font-weight: bold;				
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: maroon; background-color: #ccc;
}


li#open a {
	color:gray;
}

li#close a {
	color:black;										
}

ul#level1 li#page a {										
	color: black;
}

ul#level2 li#page a {
	color: black;									
}

ul#level2 {
	width: 100pt;
	margin: 0px 0px 0px 0px; 
	padding: 0.2em;
	padding-left:0; 
	padding: 0px 0px 0px 0px; 
	border: 0px solid black;
	background-color: white;
	list-style: none;
}

ul#level2 a {
	display:block;
	font-size: 10px;						
	padding: 0.2em;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: maroon; background-color: #ccc;
}


ul#level3 {
	width: 100pt;
	margin: 0; padding: 0.2em;
	padding-left:0;
	border: 0px solid black;
	background-color: silver;
	list-style: none;
}

ul#level3 a {
	display:block;
	text-size: 5px;
	padding: 0.2em;
	text-decoration: none; font-weight: bold;
	border: 1px solid black;
	border-left-color: white; border-top-color: white;
	color: maroon; background-color: #ccc;
}

