ul.menu {
  float: left;
  text-decoration: none;
  font-size: 14px;
  color: white;
  height: 90px;
  display: block;
  list-style-type: none;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  margin-left: 290px;
  font-weight: bold;
}
ul.menu li {
  padding: 0;
  background-position:  center center;
  float: left;
  width: 4cm;
  display: inline;
  position: relative;
  margin-right: 10px;
  background-repeat: repeat-x;
  background-color: transparent;
}
ul.menu li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 4cm;
  left: 0%;
  float: none;
  display: none;
}
ul.menu li ul li {
  margin: 0;
  padding: 0;
  background-position:  center center;
  position: relative;
  width: 4cm;
  display: block;
  float: none;
  background-repeat: repeat-x;
  clear: left;
  background-color: #7390d1;
  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: #666666;
}
a:visited {
  color: #333333;
  text-decoration: none;
  display: block;
}
#pushed {
  background-position:  center center;
  background-repeat: repeat-x;
}

