/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at 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.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus, a.fixedfont    { color: #fff; font-variant: normal; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none; background: url(../images/gradient_01.gif) repeat-x; text-align: left; padding: 3px }

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus, a.fixedfont   { color: #ff3; font-size: 11px; font-family: Arial, sans-serif; text-decoration: none; background: url(../images/gradient_02.gif) repeat-x; text-align: left; text-transform: none; margin: 0px; padding: 3px }

/* Borders used by some items */
.itemBorder    { padding: 3px; border: solid 1px #000 }
.itemBorderBlank    { padding: 3px; border: solid 1px #000 }
/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */
.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder   { border: outset 1px #000 }
.buttonBorderOver   { border: inset 1px #000 }

