@charset "iso-8859-1";

.menusfo {
	padding-top:4px;
	padding-left:10px;
	background-color:#ffffff;
}

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
}
#cssdropdown li {
	float: left;
	position: relative;
}

.mainitems, .mainitems-sel {
	list-style: none;
	height: 16px;
}
.mainitems a, .mainitems-sel a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	display:block;
	color:#766141;
	font-weight: normal;
}
.mainitems a:hover, .mainitems-sel a:hover {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
	display:block;
	color:#4E402B;
	font-weight:normal;
}

.subitem {
	display: none;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 23px;
	left: 0;
	background-color: #FFFFFF;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}
.subitem ul {
	margin:0px;
	padding:0px;
}
.subitem li{
	list-style: none;
	width: 120px;
	border-bottom: 1px solid #F4F3EF;
	margin:0px;
	padding:3px 0px 3px 10px;
}
.subitem a {
	margin:0px;
	padding:0px;
	color:#766141;
}
.subitem a:hover {
	margin:0px;
	padding:0px;
	color:#4E402B;
}

ul.subuls li.subitemsub{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F3EF;
}

li.subitemsub{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4F3EF;
}

.subitem li a{
	text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/*TABELLE*/
.m0table, .m1table {border:0px;}

/*==================================*/
/*          MENU LIVELLO 0          */
/*==================================*/

/*** Style for outer tag, mout (mouse out) state ***/
.m0mouto {text-decoration:none;color:#766141;padding-left:13px;}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero {text-decoration:none;color:#4E402B;padding-left:13px;}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno {text-decoration:underline;color:#766141;padding-left:13px;}
/*** Style for inner tag, mover (mouse over) state ***/
.m0inner {text-decoration:none;padding-left:15px;}

/*==================================*/
/*       MENU LIVELLO 1             */
/*==================================*/

/*** Style for outer tag, mout (mouse out) state ***/
.m1mouto {text-decoration:none;color:#766141;}
/*** Style for outer tag, mover (mouse over) state ***/
.m1movero {text-decoration:none;color:#4E402B;}
/*** Style for outer tag, mdown (mouse down) state ***/
.m1mdowno {text-decoration:none;color:#766141;}
.m1inner {text-decoration:none;padding-left:8px;background-color:#ffffff;
opacity: 0.90;filter: alpha(opacity=90);-moz-opacity: 0.90;border-bottom:1px solid #C6B599;}

/*==================================*/
/*     MENU STILI SELECTED          */
/*==================================*/
/* LIVELLO 0 */
.m0inner-selected {text-decoration:none;background-image: url(/jsps/images/arrow_on.gif);background-position:left;background-repeat: no-repeat;padding-left:13px;}
.m0mouto-selected {text-decoration:none;}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero-selected {background-color:#ffffff;opacity: 0.90;filter: alpha(opacity=90);-moz-opacity: 0.90;}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno-selected {text-decoration:none;color:#766141;}

/*==================================*/
/*       MENU TREE  (CONTESTUALE)   */
/*==================================*/
/* Stile per la root */
.mout {width:100%;}
.mover {text-decoration:none;width:100%;}

/*normal node caption style*/
.t0ic, .t0ic a {width:100%}
/*selected node caption style*/
.t0ic-sel, .t0ic-sel a {width:100%}
/*mouseovered normal node caption style*/
.t0io, .t0io a {width:100%}
/*mouseovered selected node caption style*/
.t0io-sel, .t0io-sel a {width:100%}
/*normal leaf caption style*/
.t1ic, .t1ic a {width:100%}
/*selected leaf caption style*/
.t1ic-sel, .t1ic-sel a {width:100%}
/*mouseovered normal leaf caption style*/
.t1io, .t1io a {width:100%}
/*mouseovered selected leaf caption style*/
.t1io-sel, .t1io-sel a {width:100%}

/*voce attiva (dove sono) - normale e mouseover*/
.t0ic-sel a, .t0io-sel a, .t1ic-sel a, .t1io-sel a, .t1io-sel a:hover {font-weight:bold;background-image: url(/jsps/images/dot_on.gif);background-position:left;background-repeat:no-repeat;padding-left:28px;color:#4E402B;line-height:18px;letter-spacing:1px;}
.t1io-sel a:hover {color:#766141;}
/*voce non attiva - normale e mouseover*/
.t0ic a, .t0io a, .t1ic a, .t1io a, .t1io a:hover {background-image: url(/jsps/images/dot_off.gif);background-position:left;background-repeat:no-repeat;padding-left:28px;color:#ffffff;line-height:18px;color:#FFF9F0;letter-spacing:1px;}
.t1io a:hover {color:#766141;}

/* ***************************** */
/* 9/12/04 --- NEWS in HOMEPAGE  */
/* stili per scroller in home    */
/* ***************************** */

.scroll-table {width:100%;border-spacing:0px;border-collapse:collapse;background-image:url(/jsps/portal/images/dot.gif);background-repeat:repeat-x;background-position:left bottom;background-attachment:scroll;padding-right:12px;}
.scroll-table td {padding:0px;}
.scroll-title {padding-top:10px;padding-left:0px;padding-right:3px;padding-bottom:0px;}
.scroll-title a, .scroll-title a:visited, .scroll-title a:link, .scroll-title a:active
{color:#006699;text-decoration:underline;}
.scroll-title a:hover {}
.scroll-abstract, .scroll-abstract a, .scroll-abstract a:visited, .scroll-abstract a:hover, .scroll-abstract a:active, .scroll-abstract a:link
{font:11px Arial, Helvetica, sans-serif;font-weight:normal;color:#666666;padding-top:5px;padding-left:0px;padding-right:3px;padding-bottom:5px;text-decoration:none;}
.scroll-back {margin:0px 0px 0px 0px;height:100%;}
.scroll-table-title {width:100%;height:35px;font:12px Arial, Helvetica, sans-serif;text-align:left;font-weight:bold;color:#006699;text-decoration:none;padding-left:0px;vertical-align:bottom;padding-top:10px;}
