/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.lowText { text-decoration: none; color: #000000; font: Bold 11px MYRIAD PRO; text-align: left }
.highText { text-decoration: none; color: #ffffff; font: Bold ITALIC 11px MYRIAD PRO; text-align: left }

/* Borders used by some items */
.itemBorder { border: 2px solid #fdc82f }
.itemBorderBlank { border: 3px solid #156570 }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FDC82F; font: Bold 10px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #156570; font: Bold 10px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #156570 }
.buttonBorderOver { border: 1px inset #FDC82F }

.smalllinkoff {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #000099; font-weight: normal; line-height: normal; text-decoration: none}

