/***** MENU 1 ***********************************************/
dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index:100;
  width: 100%;
}

#menu dl {
  float: left;
/*  width: 14.28%; */
  margin: 0;
}

#menu dt {
  cursor: pointer;
  background: rgb(31, 49, 121);
  border: 2px solid rgb(31, 49, 121);

  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFF00;
  text-align: center;
}

#menu dd {
  border: 1px solid gray;
}

#menu li {
  text-align: center;
  background: rgb(31, 49, 121);
}

#menu li a, #menu dt a {
  color: #FFFF00;
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
}

#menu dt span, #menu dt a span {
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
  color: rgb(31, 49, 121);
  background: #FFFF00;
}

#menu li a:hover, #menu dt a:hover {
  color: rgb(31, 49, 121);
  background: #FFFF00;
}

/***** MENU 2 ***********************************************/

#menu2 {
  position: absolute;
  top: 18;
  left: 0;
  z-index:100;
  width: 100%;
}

#menu2 dl {
  float: left;
  margin: 0;
}

#menu2 dt {
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(31, 49, 121);

  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: rgb(31, 49, 121);
  text-align: center;
}

#menu2 dd {
  border: 1px solid gray;
}

#menu2 li {
  text-align: center;
  background: rgb(255, 255, 255);
}

#menu2 li a, #menu2 dt a {
  color: rgb(31, 49, 121);
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
}

#menu2 dt span, #menu2 dt a span {
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
  font-weight: bolder;
  /* color: #FFFF00; */
  background: #FFFFFF;
  /* cursor:default; */
}

#menu2 li a:hover, #menu2 dt a:hover {
  /* color: #FFFF00; */
  /* background: #FFFF00; */
  font-weight: bolder;
}

/***** MENU 3 ***********************************************/

#menu3 {
  position: absolute;
  top: 33;
  left: 0;
  z-index:100;
  width: 100%;
}

#menu3 dl {
  float: left;
  margin: 0;
}

#menu3 dt {
  cursor: pointer;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(31, 49, 121);

  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: rgb(31, 49, 121);
  text-align: center;
}

#menu3 dd {
  border: 1px solid gray;
}

#menu3 li {
  text-align: center;
  background: rgb(255, 255, 255);
}

#menu3 li a, #menu3 dt a {
  color: rgb(31, 49, 121);
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
}

#menu3 dt span, #menu3 dt a span {
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
  font-weight: bolder;
  /* color: #FFFF00; */
  background: #FFFFFF;
  /* cursor:default; */
}

#menu3 li a:hover, #menu3 dt a:hover {
  /* color: #FFFF00; */
  /* background: #FFFF00; */
  font-weight: bolder;
}
