/* formattazione dei menu verticali */

#container #main #menu-sx dl {
	width: 150px;
	margin:0;
	padding:0;
}
		
#container #main #menu-sx dl a {
	text-decoration:none;
	}

#container #main #menu-sx dl a:hover {
	text-decoration:underline;
	}

#container #main #menu-sx dt {
	color:#8C0000;
	font-size: 20px;
	margin-top:8px;
}

#container #main #menu-sx dd {
	padding: 0px 0 0px 0;
	margin: 0;

	}

#container #main #menu-sx dd a {
	display: block;
	text-decoration: none;
	font-size:12px;
	margin: 0;
	padding:3px;
	padding-left:12px;
	border-bottom:1px dotted #F7A827;
	color:#8C0000;
}

#container #main #menu-sx dd a:hover {
	text-decoration: none;
	color:#F7A827;
	border-bottom:1px dotted #8C0000;
}

/* formattazione del menu orizzontale */
#container .navigation {
	background: #DED9D0; 
	height: 25px;
}

#container .navigation a {
	background: #FFF;
	border-left: 1px solid #C9C6B3;
	color:#9A0100;
	float: right;
	width:81px;
	padding: 0 14px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}

#container .navigation a:hover,.navigation a#active {
	background:#DED9D0; 
	color:#9A0100;
}

#container #footer .footerdl {
	width:140px; 
	float:left;
	margin-right:10px;
}

#container #footer dl {
	margin:0;
	width: 140px;
}
		
#container #footer dl a {
	text-decoration:none;
}

#container #footer dl a:hover {
	text-decoration:underline;
}

#container #footer dt {
	color:#8C0000;
	font-size: 20px;
}

#container #footer dd {
	padding: 2px 0 2px 0;
	margin: 0;
}

#container #footer dd a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding-left:8px;
	border-bottom:1px dotted #CCCCCC;
	color:#FFFFFF;
}

#container #footer dd a:hover {
	text-decoration:underline;
	color:#F7A827;
}
