if(browsertype != "archaic"){




	if(netscapeMajorVersion < 7){
	// need this to come up as netscape 6 but at the moment
	// is coming up as mozilla as well
	// plus it isn't working anyway..
	
	
	 document.write("<style>");
	 document.write("#structureBottomBar{");
	 document.write("	position:relative;");
	 document.write("	top:0px;");
	 document.write("	margin-top:100px;");	 
	 document.write("}");
	 document.write("#structureTop div.topMenu li{");
	 document.write("	float:none;");
	 document.write("}");
	 document.write("</style>");
	}
	

}
