/*

 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
{
    background-image: none;
    text-decoration: none;
    color: #515151;
    font: 10px Verdana, Arial, Helvetica;
    font-weight: normal;
    text-align: center;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 999;
}
.highText
{
    background-image: url(/images/arrow.gif);
    text-decoration: none;
    color: #20afaf;
    font: 10px Verdana, Arial, Helvetica;
    font-weight: bold;
    text-align: center;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 999;
}

/* Borders used by some items */
.itemBorder { border-top: 1px solid #666666; border-bottom: 1px solid #666666;}
.itemBorderBlank { border: 0px solid #CCCCDD}

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Verdana, Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Verdana, Arial, Helvetica; padding: 1px }
.buttonBorder { border: 0px outset #339966 }
.buttonBorderOver { border: 0px inset #CC9966 }


