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

*/

.bgDepth {
z-index: -1;
}

.lowText  {
text-decoration : none;
font : 12px   Arial, Helvetica;
color : #99FF99;
}

.highText  {
text-decoration : none;
font : bold 12px   Arial, Helvetica;
color : #009933;
z-index: 5;
}

.itemBorder  {
border : 1px solid #666666;
}

.itemBorderBlank  {
border : 1px solid #CCCCDD;
}

.buttonText  {
text-align: center;
text-decoration : none;
font : bold 12px     Arial, Helvetica;
color : #C96;
}

.buttonHover  {
text-align: center;
text-decoration : none;
font : bold 12px     Arial, Helvetica;
color : #063;
padding : 1px;
}

.buttonBorder  {
border : 1px outset #339966;
}

.buttonBorderOver  {
border : 1px inset #CC9966;
}

