#menuSystem		{ position: absolute; left: 90px; top: 150px; z-index: 1;}  //7/5/13 change left from 460 to 100. original left:10px top:10px as of 5/9/10. 10/5/12 changed top from 130px to 180px also changed left from 500px to 460px#menuSystem table	{ font-family: verdana,geneva,sans serif; font-size: 10pt; border-collapse:collapse;}  //orig. 10pt 10/5/12 changed to 12pt 7/5/13 change back to 10pt#menuSystem table td	{ padding:0px;}#mainTable table 	{ border:1px outset #336699; border-collapse:collapse;width:425;}#mainTable th          	{ background-color: #CCDDFF; padding-left: 3px; padding-right: 3px; width:425; text-align:left; color:#000099; font-family: verdana,geneva,sans serif; font-size: 8pt}  //original width:160 as of 5/9/10, 10/5/12 change width; 260 go try 400. also added font family size 10pt changed to 8pt 7/5/13#mainTable table td	{ background-color: #F2FBFF; padding-left: 3px; padding-right: 3px; width:425;  padding-bottom: 2px; padding-top: 2px; text-align:left;}//maintable links originally 8pt 10/5/12 changed to 10pt  7/5/13 change all fonts back to 8pt#mainTable a       	{ color: #005984; padding-left: 3px; padding-right: 3px; font-family: verdana,geneva,sans serif; font-size: 8pt; text-decoration: none }#mainTable a:link      	{ color: #005984; padding-left: 3px; padding-right: 3px; font-family: verdana,geneva,sans serif; font-size: 8pt; text-decoration: none }#mainTable a:hover     	{ color: #FFFFFF; padding-left: 3px; padding-right: 3px; background-color:#003366; font-family: verdana,geneva,sans serif; font-size: 8pt; text-decoration: none; display:block; }#header			{position: absolute; left: 110px; top: 1px;} //added headlogo table try 5/10/10. 10/5/12 changed from left 460px to 450px//modifications for improved smartphone display complete 10/5/12//all left and right padding values above were originally 3px, 10/5/12 changed to 4px//all top and bottom padding values were changed from 1px to 2px 10/5/12//7/5/13 change #maintable th padding from 4px back to 3px//7/5/13 change #maintable a, a link, a hover padding from 4px back to 3px//7/5/13 change #maintable th width from 400 to 700 no worked changed back//7/5/13 change #header position left 450px to 90px//7/5/13 changed $menuSystem position top 180px to 150px NOT WORK so changed back, menu covered logo img//7/5/13 change #header position top from 35px to 1px//7/5/13 #mainTable table td didnt specify width, even though th (a section heading) does, so ADD width:400 to td see what happens//7/5/13 no work - noted that width in table td th doesnt specify px or pct, just 400 the number. so add in "px" see what happens//7/5/13 add width:400 to #mainTable table, was not defined before, this fixed it.//7/5/13 now change width in mainTable to 450 from 400 so text menu items stay on one line and dont wrap//7/7/13 change LEFT margin from 110px to 90px. because on Itouch main menu homepage needs to move over to left a little