body {  }
@font-face{ font-family: arial; font-style: normal; font-weight: normal; }
p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }


#dd {
  margin-left: 10%;
  margin-top: 0%;
  padding: 0 0 0px 0px;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #FBE78A;
  padding: 4px 4px;
  margin: 0 0 0 0;
  color: #222222;
  width: 60px;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #FBB33A;
}

.submenu {
  background: #FBE78A;
  border: 1px solid #888888;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 3px;
  color: #222222;
}

.submenu a:hover {
  background: #FBB33A;
  color: #000000;
}


