/* begin submenu stuff ----------------------------------- */

#submenu {
  background-color: #e3e3ef;
  border: 0px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  margin: 0 auto 0 auto;
  text-align: left;
}

#submenu ul {
  margin: 0;
  padding-left: 30px;
}
 
#submenu li {
  list-style-type: none;
  display: inline;
  padding-right: 1.7em;
  line-height: 1.5em;
  text-transform: lowercase;
  font-size: 12px;
}

#submenu a {
  color: #8899aa;
  text-decoration: none;
  border: none;
}

#submenu a:hover {
  text-decoration: underline;
}

#submenu .current {
  color: #445566;
  font-weight: bolder;
}

/* end submenu stuff ----------------------------------- */

