#content-left {
	color: #00533e;
	font-family: 'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
	line-height: 36px;
}

#content-left a {
	color: #00533e;
	font-weight: normal;
	text-decoration: none;
	border-left: 5px transparent solid;
	display: block;
}

#content-left a:hover {
	background: #e6eeec;
	color: #000;
	border-left: 5px #00533e solid;
}

#content-left hr {
	height: 1px;
	margin-top: 0px;
}

#content-left li {
	font-weight: bold;
}

#content-left li.focus {
	background: #e6eeec;
	border-left: 5px transparent solid;
}

#content-left ul {
	list-style-type: none;
	margin-top: 18px;
	margin-bottom: 18px;
}

#content-left ul.indent { margin-left: 9px; }
