lFonts
–Use the Font parameter to specify the font face, size, and style
for the font used to display each menu item
lOne string, with the face, size, and style separated by
commas
lStyle values: 0
– plain, 1 – bold, 2 – italic, 3 – bold italic
lDefault is “Arial,12,0”
–Example
<param name=“font” value=“Times New
Roman,12,2”>
lText alignment
–Use the alignText parameter to aligned the text labels to
the left, center, or right within each menu item
lDefault is “left”
–Example
<param name=“alignText” value=“right”>