.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #ffa1a3; /* thick left border of menu */

}
.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}
.slidedoormenu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	background-color: white;
	background-image: url(immagini/vstrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}
.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}
.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

body {
	background-color: #0000FF;
}
.centro {
	clear: both;
	float: left;
	position: absolute;
	left: 225px;
	top: 75px;
	width: 550px;
	padding-right: 100px;
}

h1 {color: #80FFFF;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33FFFF;
	font-weight: bolder;
	text-align: justify;
}
.english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFF00;
}


.titolo {
	clear: both;
	float: left;
	position: absolute;
	left: 225px;
	top: 15px;
}

.bandiera {
	clear: both;
	float: left;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.menu {
	clear: both;
	float: left;
	position: absolute;
	left: 15px;
	top: 180px;
}
.albero {
	clear: both;
	float: left;
	left: 150px;
	position: absolute;
	top: 375px;
}
.babbo1 {
	clear: both;
	float: left;
	position: absolute;
	left: 50px;
	top: 550px;
}.babbo2 {
	clear: both;
	float: left;
	position: absolute;
	left: 500px;
	top: 500px;
}
.babbo3 {
	clear: both;
	float: left;
	position: absolute;
	top: 50px;
	right: 0px;
}
.babbo4 {
	clear: both;
	float: left;
	position: absolute;
	left: 350px;
	top: 500px;
}
