where NORMAL and HIGHTLIGHT specify the attributes as strings for the normal and highlighted menu options.
Eg.
main
menu "Select" attributes(normal="BLUE", highlight="GREEN,REVERSE")
command "Yes"
message "Yes"
command "No"
message "No"
command "Exit"
exit menu
end menu
end main