#sidebars li a, .leftnav li a:visited {
	display:block;
	min-height:2.0em /*Non-IE6*/;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	text-decoration:none;
	color:#000000;
	font-size:14px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebars li a:hover, .leftnav li a:hover {
	background-color:#FF9900;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

li.widget ul li {
	margin-bottom: 0px;
}
.format_text a, .format_text a:visited {
	color: #000000;
	text-decoration: underline;
}
.format_text a:hover {
	color: #000000;
	background-color: #FF9900;
	font-weight: bold;
}