/*-------------------  NS4 and Mac IE Menu Measurements  -------------------------------*/
/** 
 * mac ie needs width & height w/unit (px) and z-index
 *
 * NS 4 needs width/height and clip (unit optional). ex: clip: rect:(0, <width>, <height>, 0);
 */
#solutions, #solutionsFrame { width: 205px; height:198px;clip: rect(0, 205, 198, 0); z-index: 10}
#menu01, #menu01Frame { width: 146px; height: 188px; clip: rect(0, 160, 188, 0);z-index: 11 }
#menu02, #menu02Frame { width: 192px; height: 188px; clip: rect(0, 160, 188, 0);z-index: 11 }
#menu03, #menu03Frame { width: 224px; height: 218px; clip: rect(0, 220, 218, 0);z-index: 7 }
#menu04, #menu04Frame { width: 196px; height: 168px; clip: rect(0, 200, 168, 0);z-index: 7 }
#menu05, #menu05Frame { width: 172px; height: 148px; clip: rect(0, 160, 148, 0);z-index: 13 }
#menu06, #menu06Frame { width: 156px; height: 148px; clip: rect(0, 156, 148, 0);z-index: 13 }
#sister, #sisterFrame { width: 117px; height: 40px; clip: rect(0, 104, 40, 0);z-index: 12 }
/** 
 * NS 4 needs positioning;
 */

#solutionsFrame{ left: 0px; top: 0px; border-color:#000000; }
#menu02Frame{ left: 0px; top: 0px; }
#menu03Frame{ left: 0;top: 0;  }
#companyFrame{ left: 0;top: 0; }
#newsFrame{ left: 0;top: 0; }
#newsPageFrame{ left: 0;top: 0; }
#sisterFrame{ left: 605;top: 199; }
