body {
  font-family: Arial;
  font-size: 0.9em;
}

p {
  line-height: 1.5em;
}

ul#menu_left, ul#menu_left ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 230px;
}

ul#menu_left a {
  display: block;
  text-decoration: none;	
}

ul#menu_left li {
  margin-top: 0px;
  border-top: 1px #999 solid;
}

ul#menu_left li a {
  background: #eeeeee url(../images/bullet_tri_black.gif) no-repeat;
  background-position: 15px 8px;
  color: #000;	
  padding: 5px;
  padding-left: 30px;
}

ul#menu_left li a.has_sub {
  background: #eeeeee url(../images/bullet_tri_black.gif) no-repeat;
  background-position: 15px 8px;
}

ul#menu_left li a:hover {
  background: #006633 url(../images/bullet_tri_white.gif) no-repeat;
  color: #fff;	
  background-position: 15px 8px;
}

ul#menu_left li a.has_sub:hover {
  background: #000 url(../images/bullet_tri_white.gif) no-repeat;
  background-position: 15px 8px;
}

ul#menu_left li ul li a {
  background: #eee url(../images/bullet_tri_black.gif) no-repeat;
  background-position: 30px 8px;
  color: #000;
  padding-left: 44px;
}

ul#menu_left li ul li a:hover {
  background: #006633 url(../images/bullet_tri_white.gif) no-repeat;
  background-position: 30px 8px;
  color: #fff;
  padding-left: 44px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }