ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 170px;
  border-bottom: 1px solid #dbdbdb;
  font-size:11px;
}
ol li {
  border-top: 1px solid #dbdbdb;
  position: relative;
}
li ol {
  position: absolute;
  left: 170px;
  top: 0px;
  display: none;
}
ol li ol{
  width: 170px;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  top: 0px;
}
ol li ol li{
  width: 170px;
  border-top: 1px solid #dbdbdb;
  top: 0px;
}
ol li a {
  display: block;
  text-decoration: none;
  color: #777;
  background: #fff;
  padding: 5px;
  border: 0px solid #dbdbdb;
  border-bottom: 0;
}
html ol li { float: left; } * html ol li a { height: 1%; }
li:hover ol { display: block; }
li:hover ol, li.over ol { display: block; }
.leftmenu {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #1A71AB;
  width: 170px;
  padding-left: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
.leftpodmenu {
  font-family: Verdana;
  font-weight: bold;
  font-size: 11px;
  color: #1A71AB;
  width: 170px;
  padding-left: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
