.menubarText, a.menubarText:link, a.menubarText:visited, a.menubarText:focus {
 color: #FFFF99;
 background-color: #333366;
 font: 12px Verdana, sans-serif; font-weight: bold;
 text-align: left;
 text-decoration: none;
}

a.menubarText:active, a.menubarText:hover {
 text-decoration: none;
 background-image: url(images/bullet_triangle.jpg);
 background-repeat: no-repeat;
}


.lowText, a.lowText:link, a.lowText:visited, a.lowText:active ,a.lowText:focus {
 color: #FFFFFF;
 font: 11px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}


.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFF99;
 font: 11px Verdana, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #FFFFFF;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* 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: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}