/* CSS Document */

ul#menu {
  width: 250px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding-left: 40px;
  line-height: 12px;
}

ul#menu li {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  border-bottom-color: #66CCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
}

ul#menu a {
  font-family: tahoma, verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

ul#menu li {
  line-height: 24px;
}

ul#menu ol li {
  border-bottom: none;
  color:#FFCC99;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #ffcc99;
}

ul#menu a.active {
  color: #ffcc99;
}

