#left_bottom ul {
	list-style-type: none;
	color: #FFFFFF;
	font-size: 1em;
	position: relative;
	left: -20px;
}

#left_bottom a:hover, #left_bottom .active a {
	background-position: 0px -23px;
}


#left_bottom a {
	position: relative;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	background: url(images/list.gif) top left no-repeat;
	line-height: 21px;
	margin-top: 1px;
	display: block;
	width: 126px;
	height: 21px;
}

#left_bottom li:hover a, #left_bottom .active a {
	color: #FF8000;
}


