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