.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
	padding-left: 5px;
}
#Layer6 .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #990000;
	padding-left: 0px;
	padding-top: 0px;
}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #993300;
	background-attachment: scroll;
	background-image: url(../Images_design/design/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 3px;
}
#Layer3 img {
	float: left;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #742600;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #742600;
}
li {
	float: left;
	position: relative;
	width: 6em;
	color: #742600;
}
  li ul {
	display: none;
	position: fixed;
	padding-top: 15px;
	color: #FF6600;
}
li > ul {
	top: auto;
	left: auto;
	color: #FF6600;
	}
li:hover ul {
	display: inline;
	clear: left;
	color: #742600;
}
li:hover ul, li.over ul{
	display: table;
	color: #C43F00;
}
<ul id="nav">
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
window.onload=startList;

a:link {
	text-decoration: none;
	color: #742600;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #996633;
}

