/* menu */

li.menu a {
	color: #A0B1C6;
	text-decoration: none;
}

li.menu a:hover {
	color: white;
}

li.menu.selected {
	background-color: #000033;
	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: #000033;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
}

/* footer */

#footer {
	color: white;
	font-size: 9px;
	left: -340px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

/* altro */
#homeText {
	display: none;
}

#lang {
	text-align: right;
	color: #A0B1C6;
	font-size: 10px;
}

#lang a {
	color: #A0B1C6;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
	color: white;
}

#infomaster_img {
	position: absolute;
	bottom: 45px;
	right: 35px;
	border-style: none;
}