mystyle1 = new JSMenuStyle();
mystyle1.backgroundColor = 'black';
mystyle1.backgroundColorActive = 'gray';
mystyle1.fontColor = '#cccccc';
mystyle1.fontColorActive = 'white';
mystyle1.fontWeight = 'bold';
mystyle1.fontSize = '10px';
mystyle1.fontFamily = 'Arial';
mystyle1.horizontalPadding = 8;
mystyle1.verticalPadding = 2;
mystyle1.separatorColor = '#CCCCCC';
mystyle1.separatorWidth=1;
mystyle1.borderStyle = 'solid';
mystyle1.borderWidth = "0";
mystyle1.borderColor = '#ffffff';
mystyle1.itemWidth = 70;
mystyle1.itemHeight = 18;
mystyle1.arrowImage = '';
mystyle1.cursorStyle="pointer";

mystyle2 = mystyle1.copy();
mystyle2.arrowImage = 'arrow-left.png';


mystyle3 = mystyle1.copy();
mystyle3.fontFamily = 'courier, fixed-width';
mystyle3.fontSize = '10px';
mystyle3.backgroundColor = '#DFDEF3';
mystyle3.backgroundColorActive = '#6560C8';
mystyle3.fontColor = '#000000';
mystyle3.borderColor = '#3F399F';
mystyle3.borderWidth = '2';
mystyle3.separatorStyle = 'dotted';
mystyle3.separatorColor = '#827DD0';
mystyle3.cursorStyle = 'crosshair';

mystyle4 = mystyle1.copy();
mystyle4.fontSize = '16px';
mystyle4.fontFamily = 'times, serif';
mystyle4.arrowImage = 'arrow-left.png';
mystyle4.backgroundColor = '#000000';
mystyle4.backgroundColorActive = '#008200';
mystyle4.fontColor = '#FFFFFF';
mystyle4.fontColorActive = '#FFFF00';
mystyle4.textDecorationActive = 'underline';
mystyle4.borderColor = '#00C600';
mystyle4.separatorColor = '#00C600';
mystyle4.separatorStyle = 'dashed';
mystyle4.cursorStyle = 'pointer';

mystyle6 = mystyle1.copy();
mystyle6.backgroundColor = '#FFFFC4';
mystyle6.backgroundColorActive = '#FCCF1D';
mystyle6.fontColor = '#8A6F02';
mystyle6.fontColorActive = '#635001';
mystyle6.separatorColor = '#9D9D00';
mystyle6.separatorStyle = 'dotted';

mystyle6.borderColor = '#8A6F02';




