@charset "utf-8";
/* CSS Document */

ul {
	background-color: #F4F4F4;
	margin: 5px 0;
	list-style: square;
}

ul ul ul {
	padding-bottom: 4px;
	border-bottom: 1px solid #333333;
}

ul ul ul ul {
	padding-bottom: 0;
	border: none;
}

ul a {
	color: #FF0000;
}
