ul.menu {
  float: left;
  text-decoration: none;
  font-size: 14px;
  color: white;
  height: 90px;
  margin-left: 290px;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
ul.menu li {
  padding: 0;
  margin-right: 10px;
  float: left;
  position: relative;
  display: inline;
  width: 4cm;
}
ul.menu li ul {
  margin: 0;
  padding: 0;
  width: 4cm;
  display: none;
  position: absolute;
  left: 0%;
  float: none;
}
ul.menu li ul li {
  margin: 0;
  padding: 0;
  position: relative;
  clear: left;
  width: 4cm;
  background-color: #333333;
  display: block;
  float: none;
  opacity: 0.9;
}
ul.menu li:hover ul {
  color: white;
  text-decoration: none;
  display: block;
}
a:link {
  text-decoration: none;
  color: white;
}
a:hover {
  display: block;
  text-decoration: none;
  color: silver;
}
a:visited {
  text-decoration: none;
  color: #999999;
  display: block;
}
#pushed {
  border-style: solid;
  border-color: black white white black;
  border-width: 1px;
  background-repeat: repeat-x;
  color: #999999;
}

