/* This style has to be repeated twice because of specificity rules */
#main ul {
	list-style: none;
	margin-bottom: 2em;
	margin-left: 0;
	padding-left: 0;
}
html>body #main ul {
	list-style: none;
}
#main li {
	margin-bottom: .5em;
	margin-left: .5em;
}
#main ul ul {
	margin-left: 1.5em;
}