#dd {
  margin: 0px;
  padding: 0px;
}


#dd li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  font: normal normal 900 12pt arial;
}


#dd li a.menu {
  font: normal normal 900 12pt arial;
  display: block;
  text-align: center;
  background-image: url("../images/menu-buttons.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 4px 0px 4px 0px;
  margin: 1px;
  color: #315db6;
  width: 88px;
  height: 30px;
  text-decoration: none;
}


#dd li a.menu:hover {
  background-image: url("../images/menu-buttons.png");
  width: 88px;
  height: 30px;
  background-position: 0px -38px;
  color: #ffffff;
  text-decoration: none;
}


#dd li a.menu:active {
  background-image: url("../images/menu-buttons.png");
  width: 88px;
  height: 30px;
  background-position: 0px -76px;
  color: #ffffff;
  text-decoration: none;
}


.submenu {
  background: #ffffff;
  border: 2px solid #315db6;
  visibility: hidden;
  position: absolute;
  min-width: 160px;
  z-index: 3;
}


.submenu a {
  display: block;
  font: normal normal 900 10pt arial;
  text-align: left;
  text-decoration: none;
  padding: 8px;
  color: #315db6;
  text-decoration: none;
}


.submenu a:hover {
  background-color: #315db6;
  color: #ffffff;
  text-decoration: none;
}