mystyle1 = new JSMenuStyle();
mystyle1.backgroundColor = 'white';
mystyle1.backgroundColorActive = '#666666';
mystyle1.fontColor = '#000000';
mystyle1.fontColorActive = 'white';
mystyle1.fontWeight = 'regular';
mystyle1.fontSize = '8pt';
mystyle1.fontFamily = 'Verdana';
mystyle1.cursorStyle = 'hand';
mystyle1.horizontalPadding = 5;
mystyle1.verticalPadding = 1;
mystyle1.separatorColor = '#CCCCCC';
mystyle1.borderStyle = 'solid';
mystyle1.borderWidth = '1';
mystyle1.borderColor = 'black';
mystyle1.itemWidth = 144;
mystyle1.arrowImage = 'arrow-right.png';
mystyle1.linkColor = '#eeeeee';



