#menuHome {
	background-image: url("../images/menuItemSelBG.gif");
}

ul.dropdown A#linkHome{
	margin-top: 25px;
	text-decoration: none; 
	color: #BBBBBB;
	background-image: none;
}

#sezFotoSfondo {
	height: 305px;
	width: 595px;
	background-image: url("../images/homeImg.png");
	background-repeat: no-repeat;
	margin-right: 70px;
	margin-top: 20px;
	float: right;
}

#sezFrase {
	font-family: Arial;
	width: 500px;
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 2pt;
	margin-top: 20px;
	float: right;
	text-align: left;
}

#sezContent {
	height: 325px;
	width: 870px;
	padding: 30px 0px 50px 50px;
}

#star001 {
	background-image: url("../images/star1BG.png");
	background-repeat: no-repeat;
	background-position: 180px 500px;
}
#star002 {
	background-image: url("../images/star2BG.png");
	background-repeat: no-repeat;
	background-position: 100px 160px;
}
#star003 {
	background-image: url("../images/star3BG.png");
	background-repeat: no-repeat;
	background-position: 820px 320px;
}

#star001IE {
	background-image: url("../images/star1BG.jpg");
	background-repeat: no-repeat;
	background-position: 150px 500px;
}
#star002IE {
	background-image: url("../images/star2BG.jpg");
	background-repeat: no-repeat;
	background-position: 100px 160px;}
#star003IE {
	background-image: url("../images/star3BG.jpg");
	background-repeat: no-repeat;
	background-position: 820px 320px;
}

