ul.section {
	text-align: left;
	padding-left: 7px;
	padding-right: 2px;
	list-style: none;
	list-style-position: inside;
}

.section li {
	background-color: #375E1F;
	padding: 2px;
	margin-left: -40px;
	list-style-image: url("gfx/arrow_right.gif");
	font-weight: bold;
}

.section li a {
	text-decoration: none;
	color: white;
}

.section li a:hover {
	text-decoration: none;
	color: white;
}

.section li:hover {
	list-style-image: url("gfx/arrow_down.gif");
	text-decoration: none;
	color: white;
}