div.Nav {
	position: absolute;
	}

div.Lev0 {
	padding-left: 10px;
	}

div.Lev1 {
	padding-left: 40px;
	}

div.Lev2 {
	padding-left: 70px;
	}

div.Lev3 {
	padding-left: 100px;
	}

h3.NavTitle {
	color: white;
	}

a.Analyzer {
	color: rgb(182, 199, 237);
	}

a.Analyzer:link {
	color: rgb(182, 199, 237);
	text-decoration: underline;
	font-weight: bold;
	}

a.Analyzer:hover {
	color: rgb(182, 199, 237);
	text-decoration: underline;
	font-weight: bold;
	}

a.Analyzer:visited {
	color: rgb(182, 199, 237);
	text-decoration: underline;
	font-weight: bold;
	}

a.Nav {
	color: white;
	}

a.Nav:link {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	}

a.Nav:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	}

a.Nav:visited {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	}

/******************** Pseudo classes ********************/

:link	{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

/************************* ID's *************************/

#NavBody {
	background-image: url("Images/dobro.jpg");
	}

#DocNavigation {
	position: fixed;
	width: 210px;
	height: 800px;
	border: 1px solid;
	font-weight: normal;
	z-index: 10;
	background-image: url("Images/dobro.jpg");
	}

