/* Stylesheet for dropdown menu */

#menu_table {
  width: 150px;
  margin: 8px 8px;
  font-weight: 700;
  font-size: 11pt;
  text-align: left;
  cursor: default;
  position: relative;
  border: 2px solid #101020;
  /* color: #101020; */
 }

.menurow_tr {
  height: 26px;
  padding-left: 6px;
  background: #0A7B9D url("../img/menu_row_back.gif");
}

.menurow_tr2 {
  height: 26px;
  color: #FFA000;
  background: #3AABCD url("../img/menu_row_back2.gif");
}

.menucell_td {
  padding: 0px 8px;
}

.submenu {
  font-size: 11pt;
  font-weight: 700;
  background-color: #0A7B9D;
  border: 2px solid #101020;
  cursor: default;
  display: none;
  position: absolute;
  color: #101020;
}

/*.small_a {
  color: #000000;
  text-decoration:none;
}
*/
