body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

p {
	line-height: 10px;
}

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 172px;


}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  font-weight: bold;
  
}

ul#menu li a {

	color: #000;
	background-image: url(images/menuback.png);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	padding: 7px;
	padding-left: 12px;
}

ul#menu li a:hover {
	background-image: url(images/menuback2.png);
	background-repeat: no-repeat;
	color: #EAEAEA;
	font-weight: bold;
}
ul#menu li a:active {
	background-image: url(images/menuback2.png);
	background-repeat: no-repeat;
	color: #EAEAEA;
	font-weight: bold;
}

ul#menu li ul li a {
	padding: 7px;
	background-image: url(images/menu2.png);
	background-repeat: no-repeat;
	color: #666;
	padding-left: 25px;
	text-align: left;
}

ul#menu li ul li a:hover {

  	background-image: url(images/menu3.png);
	background-repeat: no-repeat;
	color: #B61600;

}


.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; }



