.title_text {
  height: 20px;
  font-size: 20px;
  background-color: orange;
  padding: 15px;
  padding-top: 5px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title_text a {
  text-decoration: none;
  color: #fff;
}

.mainmenu {
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.leftsubmenu {
  display: none;
}

.one-title {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 5px 0 0;
  margin-bottom: 5px;
  line-height: 150%;
  padding-left: 10px;
  border: 1px orange solid;
  border-left: 3px orange solid;
  box-shadow: 0px 2px 2px #aaaaaa;
}

.one-title:hover a {
  color: orange;
}

.one-title a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.sub {
  padding-right: 30px;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 20px;
}

.sub a {
  font-weight: 400;
  text-decoration: none;
  color: #333;
}

.sub:hover a {
  text-decoration: underline orange;
  color: orange;
}
