/* Generated by KaZcadeS */
.shadetabs {
  border-bottom: 1px solid gray;
  margin-bottom: 1em;
}
.shadetabs ul {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  list-style-type: none;
  text-align: left;
}
.shadetabs li {
  margin: 0;
  display: inline;
}
.shadetabs li a {
  border: 1px solid #777788;
  padding: 3px 7px;
  background: white url(shade.gif) repeat-x scroll left top;
  text-decoration: none;
  margin-right: 3px;
  color: #2d2b2b;
}
.shadetabs li a:visited {
  color: #2d2b2b;
}
.shadetabs li a:hover {
  text-decoration: underline;
  color: #2d2b2b;
}
.shadetabs li.selected {
}
.shadetabs li.selected a {
  background-image: url(shadeactive.gif);
  border-bottom-color: white;
}
.shadetabs li.selected a:hover {
  text-decoration: none;
}
.dropmenudiv {
  border-style: solid;
  border-color: #918d8d;
  border-width: 0 1px;
  position: absolute;
  top: 0;
  font-family: Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
 line-height: 18px;
  z-index: 100;
  background-color: white;
  width: 200px;
  visibility: hidden;
}
.dropmenudiv a {
  border-bottom: 1px solid #918d8d;
  padding: 2px 0;
  width: auto;
  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
* html .dropmenudiv a {
  width: 100%;
}
.dropmenudiv a:hover {
  background-color: #dcdcdc;
}
