div.supportoPul {
	margin-bottom: 2px;
	overflow: hidden;
	width: 536px;
}


div#contentSupporto {
	background-color: #211E17;
	height: 300px;
}

div.supportoPul a {
	border: 1px solid #211E17;
	background-color: #211E17;
	display: block;
	position: relative;
	float: left;
	
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6; 
}

div.supportoPul a:hover {
	border: 1px solid #e94e0e;
	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; 
}