/* menu */

li.menu a {
	color: #999999;
	text-decoration: none;
}

li.menu a:hover {
	color: #666666;;
}

li.menu.selected {
	background-color: #999999;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

li.menu.selected a {
	color: white;
}

li.menu:hover {
	background-color: #999999;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

li.menu:hover a {
	color: white;
}

/* footer */

#footer {
	color: #68676C;
	font-size: 9px;
}

#footer a {
	color: #68676C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* altro */

#left {
	background: url(../img/chi-siamo/bg.jpg) top left no-repeat;
}

#content {
	background: url(../img/common/bg-2.gif) top left repeat-x white;
}
