@charset "ISO-8859-1";
#menuBox {
	background-color: #000000;
	height: 200px;
	width: 100px;
	position: fixed;
	left: 0px;
	top: 20px;
	opacity: 0.3;
}
#menuBoxInterno {
	height: 200px;
	width: 100px;
	position: fixed;
	left: 0px;
	top: 20px;
}
 #menuBoxInterno ul a {
	color: #FFFFFF;
}
#menuBox #menuBoxInterno ul {
	acolor: #FFFFFF;
	font-weight: bold;
}
