﻿.nav 
{
	font:font: normal 8pt/16.8pt Tahoma,Arial,sans-serif,Verdana;	
	font-weight:bold;
	color:White;
	
}
.nav li {
	display: inline; /* for IE5 and IE6 */
}
.nav ul {
	margin-right: 0;
	padding-right: 0;
	list-style-type: none;
}
.nav a:link  {
	display: block;
	 /* for IE5 */
	color:Navy;
	text-decoration: none;	
	font-weight: bold;
	
}
.nav a:visited {
	display: block;
	 /* for IE5 */
	color:#8209FB;
	text-decoration: none;
	
	font-weight: bold;
}
.nav a:hover {
	text-decoration: none;
	color:Blue;
	
	
}
.tree
{
    display: block;
	 /* for IE5 */
	color:Navy;
	text-decoration: none;	
	font-weight: bold;}
