.clearit {
  margin: 0;
  padding: 0;
  height: 0;
  clear: both;
}

.bubplastic.vertical {
  width: 125px;
  margin: 0px;
  padding: 0px;
  display: block;
}

.bubplastic.vertical ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bubplastic.vertical ul li {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
  display: block;
  margin: 0;
  width: 100%;
  padding-left: 35px;
/*  text-transform: uppercase; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-variant: small-caps;
  color: #D0D0D0;
  text-decoration: none;
  background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
  display: block;
  margin: 0;
  width: 100%;
  height: 25px;
  padding-top: 6px;
  padding-right: 35px;
  background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
  cursor: pointer;
}

.bubplastic.gray ul li a:hover {
  background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}

.bubplastic.gray ul li a:hover span.menu_ar {
  background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}

.bubplastic.gray ul li.highlight a {
  background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.bubplastic.gray ul li.highlight a span.menu_ar {
  background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}
