.outer a, .outer div, .outer li, .outer ul, .outer body {
  margin: 0;
  padding: 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}
div.menu {
  width: 193px;
}
div.menu ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-indent: 0px;
}
div.menu li {
  margin-top: 3px;
}
div.menu a {
  padding: 6px 30px;
  background: transparent url(imagesv/background.gif) repeat scroll 0% 50%;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: Calibri;
  font-variant: normal;
  font-size: 16px;
  font-size-adjust: none;
  color: #b70000;
  height: 20px;
}
div.menu a:hover {
  padding: 6px 40px;
  background: transparent url(imagesv/highlight.gif) no-repeat scroll right center;
}
