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

