body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  list-style: none;
  list-style-type:none;
}
/* Download by http://www.codefans.net */
p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
/*  width: 15em; */
  /* total width*/
  
  list-style: none;



}

ul#menu a {
  display: block;
  text-decoration: none;
    list-style-type: none;
  list-style: none;
/*    height:5em;*/
}

ul#menu li {
  margin-top: 1px;
    list-style-type: none;
  list-style: none;
  
  
  width:14.5em;
  /*a try* 14.5em is perfect for the width*/
}

ul#menu li a {
  background: #B3C3DD;
  color: #000;	
  padding: 0.5em;
  /*height* width?  padding: 0.5em;* 1st level button height/width*/
    list-style-type: none;
  list-style: none;
    }

ul#menu li a:hover {
  background: #888;
    list-style-type: none;
  list-style: none;
  
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
/*  padding:0.5em; */
  /*height? width?*/
    list-style-type: none;
  list-style: none;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  /*black bar 5px*/
  padding-left: 15px;
    list-style-type: none;
  list-style: none;

}

.code { border: 1px solid #ccc; list-style-type: none; 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; }
/*.code li { background: #ddd; border: 1px solid #ccc; margin: 10 20 30px 5em; }*/
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
