body {
font-family: Arial,sans-serif;
}

ul {
margin-left: 10px;
padding: 0.5em 0.5 1.5em 0;
}
ul ul {
margin-left: 10px;
padding: 0.5em 1.0 1.5em 0;
}
ul ul ul {
margin-left: 10px;
padding: 0.5em 1.5 1.5em 0;
}

ul li {
/* clear: left; */
margin-left: 10px;
list-style: none; 
padding-left: 20px;
background: transparent url('cssimages/level1.png') 0 .15em no-repeat;
}
ul ul li {
list-style: none;
background: transparent url('cssimages/level2.png') 0 .15em no-repeat;
}
ul ul ul li {
list-style: none;
background: transparent url('cssimages/level3.png') 0 .15em no-repeat;
}

#home {
font-size: 24px;
font-weight: bold;
padding: 0 0 .5em 24px;
margin: 0;
background: transparent url('cssimages/home.png') 0 .15em no-repeat;
}
