var detect = navigator.userAgent.toLowerCase();
	function checkIt(string)
	{
		place = detect.indexOf(string) + 1;
		thestring = string;
		return place;
	}
	if (checkIt('mozilla') && ! checkIt('msie') && ! checkIt('opera')){
		document.write("<STYLE>")
		document.write("#menuImgDiv {width:157px;}")
		document.write("#subStatic a.Section {width:148px;}")
		document.write(".sideMenu span.subMenu a{width:148px;}")
		document.write(".sideMenuTbl td.sideMenu a{width:145px;}")
		document.write(".sideMenuTbl {width:148px;}")
		document.write(".tblContent {padding-bottom:10px;}")
		document.write(".InsertContent { width:100%;}")
		document.write("</STYLE>")
	}
	if (checkIt('opera')){
		document.write("<STYLE>")
		document.write(".sideMenuTbl {letter-spacing:0px;}")
		document.write(".menutitle{letter-spacing:0px;}")
		document.write(".tblFooter td {letter-spacing:0px;}")
		document.write("#subStatic a.Section {width:157px; padding-right:10px;}")
		document.write(".sideMenu span.subMenu a{width:157px; font-size:12px;}")
		document.write(".sideMenu span.subMenu a:visited{width:157px; font-size:12px;}")
		document.write(".sideMenuTbl td.sideMenu a{width:155px; font-size:12px;}")
		document.write(".sideMenuTbl td.sideMenu a:visited{width:155px; font-size:12px;}")
		document.write(".sideMenuTbl {width:155px; padding-right:10px;}")
		document.write(".InsertContent { width:100%;}")	
		document.write(".tblContent {padding-bottom:10px;}")
		document.write("</STYLE>")
	}
