/*

 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: #FFFFFF; font: normal 12px Arial, Helvetica; text-align: left }
.highText { text-decoration: none; color: #f4e9d3; font: normal 12px Arial, Helvetica; text-align: left }
.highTextLink { text-decoration: none; color: #330066; text-align: left ; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: BOLD}

.blacklowText { text-decoration: none; color: #330066; font: 12px Arial, Helvetica; text-align: left }
.blackhighText { text-decoration: none; color: #330066; font: 12px Arial, Helvetica; text-align: left }


/* Borders used by some items */
.itemBorder { border: 1px #FF0000 ridge}
.itemBorderBlank { border: 2px #2d3741 solid}

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #333333; font-family: Arial, Helvetica; font-size: 12px; font-weight: Bold}
.buttonHover { text-decoration: none; color: #FFFFFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px #FF0000 outset}
.buttonBorderOver { border: 1px #FF0000 inset}

