/* @see menulook.asp */

body {
  background-color: #999999;
}

.menu {
  background-color: #3366cc;
  border: 1px solid #ffffff;
  font-size: 0.8em;
  margin: 0 0 0 1em;
}

p.menu {
  float: none;
}

table.menu {
  float: right;
}

.menu a {
  color: white;
  text-decoration: none
}

.menu ul {
  margin-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc
}

.menu ul a {
  color: black
}

.menu th {
  border-top: 2px #00ccff groove;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  padding: 0 0 0 0.5em;
  text-align: left;
}

.menu tr, .menu th, .menu td {
  height: 2em
}

.menu th.current, .menu th.current a {
  color: #ffa500
}

.menu td, .menu td * {
  color: #000000;
  background-color: #ffffff;
  text-align: left
}

.menu li {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #ffa500;
  margin: 0.2em
}

.menu li * {
  color: black
}

.menu li.current * {
  color: #ff0000;
  font-family: Arial, sans-serif;
  font-weight: normal
}

.menu a:hover {
  text-decoration: underline
}

p.but a {
  border: 2px solid #eeeeff;
  border-right-color: #444466;
  border-bottom-color: #444466;

  font-family: Arial, sans-serif;
  font-size: 8pt;
  width: 8em;
  height: 2em;
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  margin: 0 0.1em;
  font-weight: bold;
  padding: 0.3em 1em 0.2em 1em
}

p.but a:hover {
  text-decoration: underline
}

p.menu {
  font-family: Arial, sans-serif;
  padding: 0.5em 0;
  background-color: #3366cc;
  color: white;
  margin: 0.1em 2em
}

p.menu .current {
  color: red;
  background-color: #ffffff;
  padding: 0.2em 0.5em;
  font-weight: normal
}

p.menu a {
  border-right: #00ccff groove 2px;
  padding: 0 0.5em;
  font-weight: bold
}

p.menu .currentparent {
  color: #ffa500
}

p {
  text-align: justify;
  margin: 0.5em 0 0 0
}
