﻿li {
margin-left: 10px;
list-style: none;
padding-left: 20px;
background: url('../cssimages/level1.png') no-repeat 0 .15em;
}
li li {
background: url('../cssimages/level2.png') no-repeat 0 .15em;
}
li li li {
background: url('../cssimages/level3.png') no-repeat 0 .15em;
font-size: .85em;
}
li a {
font-weight: normal;
}
li li a {
font-weight: normal;
}
#home {
	font-size: medium;
	font-weight: bold;
	padding: 0 0 .5em 24px;
	margin: 0;
	background: url('../cssimages/home.png') no-repeat 0 .15em;
}
