
/*------------------------------------------------------------------------------*/

#menu_background_bianco{
	background:#FFFFFF;
	margin: 0px 0px 0px 0px;
}

#menu_2{
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	font-weight: bold;
	color: #010066;
	background-color: #D0DDEE;
	height: 15 px; 
	width: 152 px;
}

#menu_box_lev3{
	font-weight: normal;
	color: #010066;
	height: 14px;
	text-decoration: none;
	border-bottom-color:#CFD3DF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 4px;
}

#menu_box_lev3_on{
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	font-weight: normal;
	color: #010066;
	height: 14px;
	text-decoration: none;
	background-color: #ECF1F8;
	border-bottom-color:#CFD3DF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 4px;
	
}

/*
#menu_active{
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	font-weight: normal;
	color: #7583AA;
	height: 14px;
	text-decoration: none;
	background-color: #ECF1F8;
	margin-left: 1mm;
	background-color: #ECF1F8;
}
*/








#menu_box_lev4{
	color: #010066;
	height: 14px;
	text-decoration: none;
	border-bottom-color:#CFD3DF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 4px;
	
}

#menu_box_lev4_on{
	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	font-weight: normal;
	color: #010066;
	height: 14px;
	text-decoration: none;
	background-color: #ECF1F8;
	border-bottom-color:#CFD3DF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 4px;
}







#menu_active{
	color: #7583AA;
	text-decoration: none;
	background-color: #ECF1F8;
}

/*
#menu_regular{
	font : 10px Verdana;
	color : #010066;
	text-decoration : none;
}
*/

a#menu_regular:active, a#menu_regular:visited, a#menu_regular:link {
	font-family: "Verdana", "Arial", "Helvetica";
	font-size: 10px;
	color: #010066;
	font-weight: normal;
	text-decoration: none;
}

a#menu_regular:hover {
    font-size: 10px;
	text-decoration: no;
	color: #7583AA;
}
/* the news box */
#news
{
 	font-family:  "Verdana", "Arial","Helvetica";
	font-size: 10px;
	color: #010066;
	width:190px;
	background:ffffff;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1.5em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}	
