document.write("<ul id='home_nav'>")
	document.write("<li style=' width:80px;padding:0;'><a href='home.html' class='noline' style='padding-left:4px; text-align:center;'><b>AMG Home</b></a></li>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")
	
	document.write("<li style=' width:120px;padding:0;'><a href='automotive/index.htm' class='noline' style='padding-left:4px;  text-align:center; '>Automotive Media</a>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")
	
	document.write("<li style=' width:120px;padding:0;'><a href='wedding/index.htm' class='noline' style='padding-left:4px;  text-align:center; '>Wedding Services</a>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")

	document.write("<li style=' width:120px;padding:0;'><a href='carhire/index.htm' class='noline' style='padding-left:4px;  text-align:center; '>Prestige Car Hire</a>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")
		
	document.write("<li style=' width:160px;padding:0;'><a href='r&d/index.htm' class='noline' style='padding-left:4px; text-align:center; '>Research & Development</a></li>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")
	
	document.write("<li style=' width:77px;padding:0;'><a href='contact.html' class='noline' style='padding-left:4px; text-align:center; '>Contact Us</a></li>")
	document.write("<li style=' width:1px;padding:1; background-color: #113355;'></li>")
document.write("</ul><!--end nav div-->")
