/* CSS Document */
#menu dl {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 88;
left: 168;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 7em;
margin: 0 0px;
}
#menu {
width: 35em;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 18px;
line-height: 18px;
text-align: left;
font-weight: bold;
border: 0px solid gray;
background: #033;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: left;
background: #003333;
}
#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-weight: normal;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	font-weight: normal;
	color: #000000;
}

#menu  a {text-decoration: none;
color: black;
color: #222;
}
.image {
	float: right;
	margin: 3px;
	border: 1px solid #000000;
}
.image_sinistra {
	float: left;
	margin: 3px;
	border: 1px solid #000000;
}
