@charset "utf-8";
#top_box {
	width: 780px;
	height: 180px;
	background-image: url(../images/archivio0910/toppic.jpg);
}
#scrolltext_box {
	width: 780px;
	height: 30px;
}
#menu_box {
	width: 780px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	line-height: 30px;
	background-image: url(../images/archivio0910/sfondo_menu.jpg);
}
#menu_box dl {
	margin: 0;
	padding: 0;
}
#menu_box dl dd:hover {
	border: 1px solid #FFF;
}
#menu_box dd {
	width: 76px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #900;
	border-left: 1px solid #900;
} 
#menu_box a {
	display: block;
	margin: 0;
	padding-left: 5px;
	color: #FFF;
	text-decoration: none;
}
#menu_box a:hover {
	background-color: #FFF;
	color: #900;
	text-decoration: none;
}
#menu_box dd dl {
	display: none;
}
#menu_box dd:hover dl {
	display: block;
	position: absolute;
	width: 120px;
	padding: 0;
	margin: 0 0 0 -1px;
	border: 1px solid #FFF;
	line-height: 20px;
	z-index: 1;
}
#menu_box dd dd {
	border: 0;
	width: 120px;
} 
#menu_box dd dd a {
	padding: 0;
	width: 120px;
	line-height: 20px;
	background-color: #900;
	text-align: center;
}