/*

 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-align: center; text-decoration: none; color: #BC915E; font: 12px Arial, Helvetica }
.highlightText { text-align: center; text-decoration: none; color: #ffffff; font: 12px Arial, Helvetica }
.lowTextSubM { text-align: left; text-decoration: none; color: #333818; font: 12px Arial, Helvetica }
.highlightTextSubM { text-align: left; text-decoration: none; color: #ffffff; font: 12px Arial, Helvetica }

.itemBorder { border: 1px solid #BC915E }
.itemBorderBlank { border: 1px solid #BC915E }
.itemBorderRed { border: 1px solid #BC915E }