ul.vert-one {
  border-style: none;
  margin: 0px 0 0;
  list-style-type: none;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: 13px;
  z-index: 100;
  line-height: 25px;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  padding-top: 4pt;
  padding-bottom: 4pt;
  padding-left: 0px;
}
ul.vert-one li {
  margin: 0;
  border-top-style: none;
  border-bottom-style: none;
  z-index: 100;
  height: 25px;
  font-weight: normal;
}
ul.vert-one li a {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  display: block;
  text-decoration: none;
  z-index: 100;
  font-weight: bold;
  color: white;
  height: 25px;
  padding-left: 12px;
  font-style: normal;
  padding-top: 0px;
}
ul.vert-one li a:hover {
  border: 1px solid black;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  font-weight: bold;
  height: 25px;
  background-color: white;
  font-style: italic;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: black;
  padding-left: 5px;
}
ul.vert-one li a.current, ul.vert-one li a.current:hover {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 9px;
  height: 25px;
}
