A:link { text-decoration: none; color: red; }
A:visited { text-decoration: none; color: red; }
A:active { text-decoration: none; color: blue; }
A:hover { text-decoration: none; color: blue; }
.menuitem:link { text-decoration: none; color: #FFFFCC; }
.menuitem:visited { text-decoration: none; color: #FFFFCC; }
.menuitem:active { text-decoration: none; color: #FFFFCC; }
.menuitem:hover { text-decoration: none; color: yellow; background: #000000;}
.menuitem2:link { text-decoration: none; color: red; }
.menuitem2:visited { text-decoration: none; color: red; }
.menuitem2:active { text-decoration: none; color: red; }
.menuitem2:hover { text-decoration: none; color: white; background: red;}
.mainitem:link { text-decoration: none; color: #000000; }
.mainitem:visited { text-decoration: none; color: #000000; }
.mainitem:active { text-decoration: none; color: #000000; }
.mainitem:hover { text-decoration: none; color: yellow; background: #000000;}