/**** Menù verticale ****/

#blueblock {
	width: 180px;
	/* border-right: 1px solid #000; */
	padding: 0 0 1em 0;
	/* margin-bottom: 1em; */
	/* font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; */
	font-size: 78%;
	background-color: #90bade;
	color: #333;
}

* html #blueblock { /* IE 6 only */
	w\idth: 147px; /* Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#blueblock li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#blueblock li a {
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blueblock li a { /* Non IE6 width */
	width: auto;
}

#blueblock li a:hover {
	/* border-left: 10px solid #1c64d1; */
	border-left: 10px solid #AA0000;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

/**** Fine menù verticale ****/

/**** Menù orizzontale ****/

#chromemenu {
	width: 678px; /* Impostare 2 pixel in meno della larghezza oppure 99%*/
	font-weight: bold;
	font-size: 80%;
}

#chromemenu:after { /* Add margin between menu and rest of content in Firefox */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromemenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(/image/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	/* text-align: left; /* set value to "right" for example to align menu to the left of page */
}

#chromemenu ul li {
	display: inline;
}

#chromemenu ul li a {
	color: #494949;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover {
	background: url(/image/chromebg2.gif) center center repeat-x;
	color: #000000;
}

/**** Fine menù orizzontale ****/