/* CSS Document */

#left-menu{
  float: left;
  width: 160px;
  min-height: 260px;
  margin-left: 10px;
  margin-top: 15px;
}

#left-menu ul{
  margin: 0;
  padding: 0;
}

#left-menu ul li{
  list-style: none;
  background-image: url(../img/bullet.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 16px;
  width: 160px;
  display: block;
  padding-bottom: 15px;
}

#left-menu ul li:hover{
  list-style: none;
  background-image: url(../img/bullet_over.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}

#left-menu a{
  text-decoration: none;
  color: #2c73c2;
  font-size: 16px;
  font-weight: bold;
}

#left-menu a:visited{
  text-decoration: none;
  color: #2c73c2;
  font-size: 16px;
  font-weight: bold;
}

#left-menu a:hover{
  text-decoration: none;
  color: #82ba3d;
  font-size: 16px;
  font-weight: bold;
}