div.Nav {
	position: absolute;
	top: 50px;
	}

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/Dobro6_1.jpg");
	background-color: black;
	}

#InstrumentSelBox{
	position: absolute;
	left: 10px;
	top: 10px;
	}

#InstrumentSel{
	width: 190px;
	color: rgb(182, 199, 237);
	background-color: black;
	font-size: larger;
	font-family: Times;
/*
	font-family: "Times New Roman";
	font-family: "Times New Roman", Times, serif;
*/
	}
