@charset "utf-8";
/* Code for the Menu */

#dd  {
  list-style: none;
  font: bold 11px arial;
}

#dd  a.menu {
  display: block;
  text-align: center;
  color: #000000;
  width: 90px;
  text-decoration: none;
}


#dd a.menu:hover {
text-decoration: underline;

}

.dd  {
  list-style: none;
  font: bold 11px arial;
}

.dd  a.menu {
  display: block;
  text-align: center;
  color: #000000;
  width: 90px;
  text-decoration: none;
}


.dd a.menu:hover {
text-decoration: underline;

}

.submenu {
  background: #aee0f7;
  border: 1px solid #000000;
  visibility: hidden;
  position: absolute;
  z-index: 5;
 
}

.submenu a {
  display: block;
  font: 11px arial;
  border:1px solid  #000000;
  text-align: center;
  padding: 6px;
  color: #000000;
}

.submenu a:hover {
 background-color: #FFFFFF;
}
