/*-------------------  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 { padding-top: 0px; width: 165px; height: 250px; clip: rect(0, 250, 86, 0);z-index: 11 }
#services, #servicesFrame { padding-top: 0px; width: 210px; height: 250px; clip: rect(0, 100, 40, 0);z-index: 12 }

/** 
 * NS 4 needs positioning;
 */

#solutionsFrame{ left: 340;top: 104; }
#servicesFrame{ left: 542;top: 109; }

