/*
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.
*/

.lowText { text-decoration: none; color: #000000; font: 10px Verdana, Arial, Helvetica }
.highText { text-decoration: none; color: #fed8fd; font: 10px Verdana, Arial, Helvetica }
.itemBorder { border: 2px solid #666666 }
.itemBorderBlank { border: 2px solid #fed8fd }

.buttonText { text-decoration: none; color: #000000; font: Bold 10px Verdana, Arial, Helvetica }
.buttonHover { text-decoration: none; color: #000000; font: Bold 10px Verdana, Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #fed8fd }
.buttonBorderOver { border: 1px inset #fed8fd }

