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

