/* Generated by KompoZer */
#menu {
  background: #dbdbdb none repeat scroll 0% 50%;
  width: 80px;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  background-color: #eaeaea;
}
#menu a, #menu h2 {
  border-style: solid;
  border-color: #cccccc #888888 #555555 #bbbbbb;
  border-width: 1px;
  margin: 0;
  padding: 2px 3px;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  display: block;
  background-color: #e8e8e8;
}
#menu h2 {
  background: #e6e6e6 none repeat scroll 0% 50%;
  color: black;
  text-transform: none;
}
#menu a {
  background: #ebebeb none repeat scroll 0% 50%;
  color: #000000;
  text-decoration: none;
}
#menu a:hover {
  background: #ffffff none repeat scroll 0% 50%;
  color: #aa0000;
}
#menu li {
  position: relative;
  background-color: #ebebeb;
}
#menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
  display: none;
}
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
  display: block;
}
