mystyle1 = new JSMenuStyle();
mystyle1.backgroundColor = '#e9e9e9';
mystyle1.backgroundColorActive = '#ffffff';
mystyle1.fontColor = '003399';
mystyle1.fontColorActive = '003399';
mystyle1.fontWeight = 'bold';
mystyle1.fontSize = '11px';
mystyle1.fontFamily = 'Arial';
mystyle1.cursorStyle = 'default';
mystyle1.horizontalPadding = 8;
mystyle1.verticalPadding = 1;
mystyle1.separatorColor = '#CCCCCC';
mystyle1.borderStyle = 'solid';
mystyle1.borderWidth = '0';
mystyle1.borderColor = '#e9e9e9';
mystyle1.itemWidth = 190;
mystyle1.arrowImage = 'arrow-right.png';

