/*

 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: 9px Verdana, Arial, Helvetica; text-align: left; text-indent:1pt;}
.highText { text-decoration: none; color: #12345E; font: Bold 11px Verdana, Arial, Helvetica; text-align: left; text-indent:0pt;vertical-align: bottom;}

/*.lowText { text-decoration: none; color: #FFFFFF; font: 11px Arial, Helvetica; text-align: left; text-indent:0pt;}
.highText { text-decoration: none; color: #FFFFFF; font: 11px Arial, Helvetica; text-align: left; text-indent:0pt;vertical-align: middle;}
*/
/* Borders used by some items */
.itemBorder { border: 1px solid #3C83D2 }
.itemBorderBlank { border: 1px solid #3C83D2 }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #ffffff; font: Bold 9px Verdana, Arial, Helvetica }
.buttonHover { text-decoration: none; color: #ffffff; font: Bold 9px Verdana, Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

