//This script is needed to place the top DIV in the 
//proper location for IE on the MAC and for Netscape 6.0.
//Locate code after the style tags for it to work properly.


if((navigator.userAgent.indexOf('Mac') != -1) && (navigator.appName == "Microsoft Internet Explorer"))
{
	document.write('<style>#NavTop{left : 145;}</style>')
}

/*
if((navigator.appName == "Netscape") && (document.getElementById))
{
	document.write('<style>#NavTop{left : 145;}</style>')
	document.write('<style>#DivMain{left : 145;}</style>'
	)
*/	
