/*-------------------  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);
 */
#home, #homeFrame { width: 120px; height:88px;clip: rect(0, 100, 88, 0); z-index: 10}
#services, #servicesFrame { width: 350px; height: 500px; clip: rect(0, 250, 86, 0);z-index: 11 }
#contentdev, #contentdevFrame { width: 300px; clip: rect(0, 250, 86, 0);z-index: 14 }
#web101, #web101Frame { width: 129px; height: 40px; clip: rect(0, 100, 40, 0);z-index: 12 }
#contact, #contactFrame { width: 82px; height: 40px; clip: rect(0, 70, 40, 0);z-index: 12 }
#about, #aboutFrame { width: 202px; height: 118px; clip: rect(0, 182, 118, 0);z-index: 13 }
#order, #orderFrame { width: 117px; height: 40px; clip: rect(0, 104, 40, 0);z-index: 12 }
/** 
 * NS 4 needs positioning;
 */

#homeFrame{ left: 250;top: 104 ; }
#servicesFrame{ left: 340;top: 104; }
#web101Frame{ left: 542;top: 109; }
#contactFrame{ left: 542;top: 126; }
#aboutFrame{ left: 432;top: 104; }
#orderFrame{ left: 605;top: 199; }
