a:link
{
text-decoration: none;
color: #ff00ff
}

a:active
{
text-decoration: none;
color: #ff00ff
}

a:visited
{
text-decoration: none;
color: #ff00ff
}

a:hover
{
text-decoration: underline;
}

#menu a {
  display:inline;
  width:75px;
  padding:0.3em;
  text-align:center;
  margin:0.2em;
}

#menuleft ul {
  list-style-type:none;
  padding:0;
  margin:0;
}  

#menuleft li {
  margin:0.1em;
  padding:0;
}

#menuleft li a{
  width:140px;
  display:block;
  text-align:left;
}

#menuleft li a:link {
  text-decoration:none;
  color:#959595;
  background-color:#ffffff;
  font-weight:normal;
  border:1px solid #aaccee; 

}

#menuleft li a:visited {
  text-decoration:none;
  color:#959595;
  background-color:#ffffff;
  font-weight:normal;
  border:1px solid #aaccee; 
}

#menuleft li a:hover {
  text-decoration:underline;
  font-weight:bold;
  color:#000066;
  background-color:#ebf3fb;
  border:1px solid #aaccee; 
}

#menuleft li a:active {
  text-decoration:underline;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#aaccee;
  border:1px solid #aaccee; 
}

#menuleft a {
  
  width:140px;
  padding:0.3em;
  text-align:left;
  display:block;
  margin-top:0.2em;
  margin-bottom:0.2em;
}

#menu a:link {
  text-decoration: underline;
  color:#959595;
  background-color:#ffffff;
  border:solid 1px #aaccee;
  font-weight:normal;
 }
 
#menu a:visited {
  text-decoration: underline;
  font-weight:normal;
  color:#959595;
  background-color:#ffffff;
  border:solid 1px #aaccee;
}

#menu a:hover {
  text-decoration:none;
  color:#000066;
  background-color:#ebf3fb;
  border:solid 1px #aaccee;
  font-weight:bold;
}

#menu a:active {
  text-decoration:none;
  color:#000066;
  background-color:#aaccee;
  border:solid 1px #aaccee;
  font-weight:bold;
}  
  
#menuleft a:link {
  text-decoration: underline;
  color:#959595;
  background-color:#ffffff;
  border:solid 1px #aaccee;
  font-weight:normal;
 }

#menuleft a:visited {
  text-decoration: underline;
  font-weight:normal;
  color:#959595;
  background-color:#ffffff;
  border:solid 1px #aaccee;
}

#menuleft a:hover {
  text-decoration:none;
  font-weight:bold;
  color:#000066;
  background-color:#ebf3fb;
  border:1px solid #aaccee; 
}

#menuleft a:active {
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#aaccee;
  border:1px solid #aaccee; 
} 

#menuleft a.red:link {
  text-decoration: underline;
  color:#ffffff;
  background-color:#ff0000;
  border:solid 1px #ff0000;
  font-weight:normal;
 }

#menuleft a.red:visited {
  text-decoration: underline;
  font-weight:normal;
  color:#ffffff;
  background-color:#ff0000;
  border:solid 1px #ff0000;
}

#menuleft a.red:hover {
  text-decoration:none;
  font-weight:bold;
  color:#ff0000;
  background-color:#ffffff;
  border:1px solid #ff0000; 
}

#menuleft a.red:active {
  text-decoration:none;
  font-weight:bold;
  color:#ff0000;
  background-color:#ffffff;
  border:1px solid #ff0000; 
} 