body {
	margin: 0;
	background: url("bacchetta.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 190px;
	background-color: white;
	color: black;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 130px;
	top: 0;
	display: none;
}

ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #dc1919;
	background: none;
	padding: 0px;
	border: 0px;
}

li:hover ul {display: block;}


a.menu:link {font-family: Arial; font-weight: bold; text-decoration: none; color: #dc1919;}
a.menu:hover {font-family: Arial; font-weight: bold; text-decoration: none; color: #505050;}
a.menu:active {font-family: Arial; font-weight: bold; text-decoration: none; color: #dc1919;}
a.menu:visited {font-family: Arial; font-weight: bold; text-decoration: none; color: #dc1919;}

