/*-------------------  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: 100px; height:80px;clip: rect(0, 100, 80, 0); z-index: 10}
#products, #productsFrame { width: 100px; height:80px;clip: rect(0, 100, 80, 0); z-index: 10}
#training, #trainingFrame { width: 100px; height:80px;clip: rect(0, 100, 80, 0); z-index: 10}
#support, #supportFrame { width: 100px; height:80px;clip: rect(0, 209, 80, 0); z-index: 11 }
#software, #softwareFrame { width: 100px; height:80px;clip: rect(0, 100, 80, 0); z-index: 10}
#spr, #sprFrame { width: 100px; height:40px;clip: rect(0, 100, 40, 0); z-index: 12 }
#downloads, #downloadsFrame { width: 70px; height: 40px;clip: rect(0, 70, 40, 0); z-index: 12 }
#releasenotes, #releasenotesFrame { width: 182px; height: 116px;clip: rect(0, 182, 116, 0); z-index: 13 }
#news, #newsFrame { width: 104px; height: 40px;clip: rect(0, 104, 40, 0); z-index: 12 }
/** 
 * NS 4 needs positioning;
 */

#productsFrame{ left: 250;top: 104 ; }
#trainingFrame{ left: 250;top: 104 ; }
#supportFrame{ left: 250;top: 104 ; }
#softwareFrame{ left: 340;top: 104; }
#sprFrame{ left: 542;top: 109; }
#downloadsFrame{ left: 542;top: 126; }
#releasenotesFrame{ left: 432;top: 104; }
#newsFrame{ left: 605;top: 199; }
