#left {
  position: absolute;
  top: 68px;
  left: 8px;
  width: 182px;
}

#left ul {
  padding-left: 7px;
  margin: 0px;
  list-style: none;
}

#left ul li {
  font-weight: bold;
  font-size: 12px;
  color: #0060ac;
  background-color: #fff;
  background-image: url('../images/arrow2.gif');
  background-position: 10px 8px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0px;
  border-top: 1px solid #00345e;
}

#left ul li a {
  text-decoration: none;
  color: #004680;
  display: block;
}
#left ul li:hover, #left ul li.over, #left ul li.nobgcolor:hover {
  background-color: #dbe8f2;
}

#left ul li.act {
/*  background-color: #fff;*/
  background-image: url('../images/arrowBlue.gif');
  background-position: 10px 8px;
  background-color: #dbe8f2;
}
#left ul li.current {
  background-color: #dbe8f2;
}
#left ul li.nobgcolor {
  background-color: #fff;
}
#left ul li.act a {
/*  color: #2E93e5;*/
  background-repeat: no-repeat;
  color: #0060ac;
  display: block;
}

#left ul li.one a {
  color: #0060ac;
}

#left ul li.last {
  border-bottom: 1px solid #00345e;
}
#left ul li.last a {
  color: #0060ac;
}
#left ul ul {
  margin: 0px;
  padding: 0px;
}
html>body #left ul ul {
  padding-left: 10px;
}
#left ul ul li {
  background-position: 10px 8px;
  padding-left: 20px;
  font-weight: normal;
  border-top: 1px solid #B8D1E5;
}
