
/* menu.css for popup menus */

.lowText { text-decoration: bold; color: #FFFFFF; font-family: "Arial"; font-weight: 700; font-size: 12px }
.highText { text-decoration: bold; color: #000000; font-family: "Arial"; font-weight: 700; font-size: 12px }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* Delete these "button" styles if you're not using them */

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }


