/* biosphere */

div.TopNavbar img {
	/*width: 132px; */
	margin-bottom: 0px;
}

div.BottomNavbar img {
	margin-bottom: 6px;
}		
	
div.datedisplay {
	color : #000000;
	font-size : .75em;
	font-weight: bold;
	border: 0px solid #000000;
	text-align: center;
	width: 132px;
	padding-bottom: 15px;
}

ul.menu1 {
	border: 0px solid Black;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-family : Arial,Helvetica,sans-serif;
	font-size : .70em;
	background-color : #EEF3FF; /* light blue spredding on second level*/
	width: 132px;
	color : #FFFFFF;
}

li.menu1 {
   color : #FFFFFF;
	list-style: none;
	/*display: block;*/
	padding: 5px;
	padding: 2px 0px 2px 15px;
	margin: 0px;
	border-top: 1px solid #6699CC; 
	border-right: 1px solid #000066; 
	border-bottom: 1px solid #000066; 
	border-left: 1px solid #6699CC;
	background-color : #6791C8; 
	margin: 0px;

}



a.menu1, a.menu1:visited {
	color : #FFFFFF;
	text-decoration : none;	
	}

a.menu1:hover {
	color: #000066;
	background-color : #6791C8;  
	}
	
a.menu1sel, a.menu1sel:visited {
	color: white;	
	text-decoration : none;
	background-color : #6791C8;  
}

a.menu1sel:hover {
	color: #000066;
	background-color : #6791C8;  
}
		


/*  Level 2  */

li.menu2 {

	list-style-position: outside;
	list-style-image: url(leaf.gif);
	background-color : #EEF3FF;
	padding-left: 0px;
	margin-left: 22px;
}

li.menu2sel {

	list-style-position: outside;
	list-style-image: url(leaf.gif);
	background-color : #EEF3FF;
	padding-left: 0px;
	margin-left: 22px;
}
		

a.menu2, a.menu2:visited {
	text-decoration : none;	
	color : #000066;   
	}

a.menu2:hover {
	color: #000000;	
   background-color : #EEF3FF;
	}
		
a.menu2sel, a.menu2sel:visited  {
	color : #000066;   
	text-decoration : none;
	font-weight : bold;	
	background-color : #EEF3FF;
}

a.menu2sel:hover {
	color: #000000;	
	background-color : #EEF3FF;
}
			

/*  Level 3  */

li.menu3 {
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	background-color: #EEF3FF;
	padding-left: -2px;
	margin-left: 36px;
	font-size: .85em;
	text-decoration: underline;
}

li.menu3sel {
   font-size : .85em;
	list-style-position: outside;
	list-style-type: square;
	background-color : #EEF3FF;
	padding-left: -2px;
	margin-left: 36px;
	text-decoration: underline;
}


a.menu3, a.menu3:visited {
	text-decoration : underline;	
	color : #00659C;
	font-style: italic;	
	}
	
a.menu3:hover {
	color: #000000;
	background-color: #EEF3FF;
}

a.menu3sel, a.menu3sel:visited  {
	color : #00659C;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;	
	background-color: #EEE8AA;
}

a.menu3sel:hover {
	color: #000000;	
	background-color: #EEF3FF;
}

