div#links-resources a {
	text-decoration: none;
	line-height: 1.7em;

	}
	
	div#links-resources a:hover {
		background-color: transparent;
	}
	
	div#links-resources a span {
		display: none;
	}
	
	div#links-resources a span ul {
		margin-left: 16px;
	}
	
	div#links-resources a:hover span {
		background-color: transparent;
		/*background-image: url(/images/text_empty.gif);*/
		background-image: none;
		color: #000000;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 197px;
		left: 365px;
		padding: 10px;
		position: absolute;
		top: 305px;
		width: 350px;
		z-index: 100;
	}
	
	div#links-resources a:hover span.bg {
	background-color: #FFFFFF;
	filter:alpha(opacity='60');
	-moz-opacity: .8;
	-khtml-opacity: .8;
	z-index: 99;
}


