/*-------------------  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);
 */
#lawlib, #lawlibFrame { padding-top: 0px; width: 285px; height: 250px; clip: rect(0, 250, 86, 0);z-index: 11 }
#creditrepair, #creditrepairFrame { padding-top: 0px; width: 285px; height: 250px; clip: rect(0, 100, 40, 0);z-index: 12 }
#creditmanagement, #creditmanagementFrame { padding-top: 0px; width: 285px; height: 250px; clip: rect(0, 100, 40, 0);z-index: 12 }
#personalfinances, #personalfinancesFrame { padding-top: 0px; width: 285px; height: 250px; clip: rect(0, 100, 40, 0);z-index: 13 }

/** 
 * NS 4 needs positioning;
 */

#lawlibFrame{ left: 340;top: 104; }
#servicesFrame{ left: 542;top: 109; }
