/*
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.
*/

/*Highest level in menu*/
.lowTopText { color: #000000; font: 12px Tahoma, Helvetica }
.highTopText { color: #FFFFFF; font: 12px Tahoma, Helvetica }

/*Lower levels in menu*/
.lowText { text-decoration: none; color: #000000; font: 12px Tahoma, Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Tahoma, Helvetica }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Tahoma, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Tahoma, Helvetica; padding: 1px }

/*Used in menus as border */
.buttonBorder { border: 1px outset #CCCCCC }
.buttonBorderOver { border: 1px inset #CCCCCC }

 