a { text-decoration: none;  background: transparent; }
a:link { text-decoration: none;  color: #708090;  font-weight : bold; }
a:visited { text-decoration: none;  color: #708090;  font-weight : bold; }
a:active { text-decoration: none;  color: #708090;  background-color : white;  font-weight : bold; }
a:hover { text-decoration: underline; color: #708090;  background-color : white;  font-weight : bold; }

a.menubar { text-decoration: none;  background: transparent; }
a:link.menubar.menubar { text-decoration: none;  color: #ffffff;}
a:visited.menubar { text-decoration: none;  color: #ffffff; }
a:active.menubar { text-decoration: none;  color: #000000;  background-color : white; }
a:hover.menubar { text-decoration: underline; color: #000000;  background-color : white;  }