.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font-family: Arial;
 font-size:12px;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font-family: Arial;
 font-size:12px;
 text-align: left;
 text-decoration: none;
}
.highText1, a.highText1:link, a.highText1:visited, a.highText1:active, a.highText1:focus {
 color: #FFFF00;
  font-weight:bold;
 font-family: Arial;
 font-size:12px;
 text-align: left;
 text-decoration: none;
}
.highText2, a.highText2:link, a.highText2:visited, a.highText2:active, a.highText2:focus {
 color: #185D21;
 font-family: Arial;
 font-size:12px;
 text-align: center;
 text-decoration: none;
 background-repeat:no-repeat;
 background-image:url(image/mena.gif);
}
.highText3, a.highText3:link, a.highText3:visited, a.highText3:active, a.highText3:focus {
 color: #185D21;
 font-weight:bold;
 font-family: Arial;
 font-size:12px;
 text-align: center;
 text-decoration: none;
 background-repeat:no-repeat;
 background-image:url(image/men1a.gif);
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #FFFFFF;
 border-top-width:medium;
}
.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: #5A8610;
 font-family: Arial;
 font-size:12px;
 font-weight:bold;

}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #5A8610;
 font-family: Arial;
 font-size:12px;
 font-weight:bold;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

