@charset "iso-8859-1";

.menusfo {padding-left:19px;background-color:#cc0000;height:30px;border-bottom:solid 1px #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;
	padding-left: 5px;
	text-transform:uppercase;
}

.mainitems a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(/jsps/images/img-sel-no.gif);background-position:left middle;background-repeat: no-repeat;
	padding-left:15px;
	padding-top:7px;
	height: 23px;
}
.mainitems-sel a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	background-image: url(/jsps/images/img-sel-no.gif);background-position:left middle;background-repeat: no-repeat;
	padding-left:15px;
	padding-top:7px;
	height: 23px;
}
* html .mainitems a, * html .mainitems-sel a {
	display:inline;
	height: 30px;
}

.mainitems a:hover, .mainitems-sel a:hover {
	background-image: url(/jsps/images/img-sel-si.gif);background-position:left middle;background-repeat: no-repeat;
	color:#FFFFFF;
}

.subitem{
	display: none;
	margin:0px;
	padding:0px;
	width: 150px;
	position: absolute;
	top: 30px;
	left: 0;
	text-transform:lowercase;
	font-size:11px;
}

.subitem li{
	width: 100%;
	margin:0px;
	padding:0px;
}

.subitem a {
	color:#999999;
	background-color: #E8E8E8;
	background-image: url(/jsps/images/img-menusf.gif);background-position:left;background-repeat: repeat-y;
	height:17px;
	margin:0px;
	padding:3px 0px 0px 13px;
	font-weight:normal;
	margin-left:11px;
	border:none;
	text-decoration:none;
	width:120px;
}
.subitem a:hover {
	color:#CC0000;
	background-color: #E8E8E8;
	background-image: url(/jsps/images/img-menuhover.gif);background-position:left;background-repeat: no-repeat;
	height:17px;
	margin:0px;
	padding:3px 0px 0px 13px;
	font-weight:normal;
	margin-left:11px;
	border:none;
	text-decoration:none;
}
*html .subitem a {
	height:17px;
}
ul.subuls li.subitemsub{
	width: 100%;
	margin:0px;
	padding:0px;
}

li.subitemsub{
	width: 100%;
	margin:0px;
	padding:0px;
	display:none;
}
li.subitemsub a, li.subitemsub a:hover {
	padding-left:25px;
	width:108px;
}
.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;background-image: url(/jsps/images/img-sel-no.gif);background-position:left middle;background-repeat: no-repeat;height:29px;text-indent:7px;color:#ffffff;font-size:12px;font-weight:bold;}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero {text-decoration:none;background-image: url(/jsps/images/img-sel-si.gif);background-position:left;background-repeat: no-repeat;height:29px;text-indent:7px;color:#ffffff;font-size:12px;font-weight:bold;background-color:#cc0000;}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno {text-decoration:underline;background-image: url(/jsps/images/img-sel-no.gif);background-position:left;background-repeat: no-repeat;height:29px;text-indent:7px;color:#ffffff;font-size:12px;font-weight:bold;}
/*** Style for inner tag, mover (mouse over) state ***/
.m0inner {text-decoration:none;padding-left:10px;padding-right:15px;text-transform:uppercase;font-size:12px;height:29px;text-indent:7px;font-size:12px;font-weight:bold;}

/*==================================*/
/*       MENU LIVELLO 1             */
/*==================================*/
/*** Style for outer tag, mout (mouse out) state ***/
.m1mouto {text-transform:lowercase;text-decoration:none;font-size:11px;background-color:#e8e8e8;color:#999999;background-image: url(/jsps/images/img-menusf.gif);background-position:left;background-repeat: repeat-y;}
/*** Style for outer tag, mover (mouse over) state ***/
.m1movero {text-transform:lowercase;text-decoration:none;color:#cc0000;font-size:11px;background-color:#e8e8e8;background-image: url(/jsps/images/img-menuhover.gif);background-position:left;background-repeat: no-repeat;}
/*** Style for outer tag, mdown (mouse down) state ***/
.m1mdowno {text-transform:lowercase;text-decoration:none;font-size:11px;background-color:#e8e8e8;background-image: url(/jsps/images/img-menuhover.gif);background-position:left;background-repeat: no-repeat;}
.m1inner {padding:0px;padding-left:18px;}

/*==================================*/
/*     MENU STILI SELECTED          */
/*==================================*/
/* LIVELLO 0 */
.m0inner-selected {text-transform:uppercase;text-decoration:none;background-image: url(/jsps/images/img-sel-si.gif);background-position:left;background-repeat: no-repeat;height:29px;text-indent:17px;color:#ffffff;font-size:12px;font-weight:bold;}
.m0mouto-selected {text-decoration:none;}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero-selected {}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno-selected {text-decoration:none;color:#ffffff;}

/*==================================*/
/*       MENU TREE  (CONTESTUALE)   */
/*==================================*/
/* Stile per la root */
.mout {}
.mover {}
#menu-colsx {padding:0px;margin:0px;/*margin-top:10px;margin-bottom:30px;padding-bottom:5px;*/}
/*normal node caption style*/
.t0ic, .t0ic a {color:#cc0000;padding-left:15px;font-size:11px;line-height:18px;}
/*selected node caption style*/
.t0ic-sel, .t0ic-sel a {}
/*mouseovered normal node caption style*/
.t0io, .t0io a, .t0io a:hover {color:#cc0000;padding-left:15px;font-size:11px;line-height:18px;}
/*mouseovered selected node caption style*/
.t0io-sel, .t0io-sel a {}
/*normal leaf caption style*/
.t1ic, .t1ic a  {}
/*selected leaf caption style*/
.t1ic-sel, .t1ic-sel a {}
/*mouseovered normal leaf caption style*/
.t1io, .t1io a {}
/*mouseovered selected leaf caption style*/
.t1io-sel, .t1io-sel a {}

/*voce attiva (dove sono) - normale e mouseover FOGLIA E NODO*/
.t0ic-sel a, .t0io-sel a, .t1ic-sel a, .t1io-sel a, .t1io-sel a:hover {
color:#cc0000;padding-left:35px;font-size:11px;text-transform:lowercase;background-image: url(/jsps/images/img-colsxsel.gif);background-position:left;background-repeat: no-repeat;line-height:18px;text-decoration:none;}

/*voce non attiva - normale e mouseover NO NODO*/
.tlic, .t1ic a, .t1io a, .tlio, .t1io a:hover {color:#999999;font-size:11px;text-transform:lowercase;padding-left:35px;line-height:18px;}
.t1io a:hover {color:#999999;background-image: url(/jsps/images/img-colsxnosel.gif);background-position:left;background-repeat: no-repeat;text-decoration:none;}

/*modifiche II livello*/
.t0io a, .t0io a:link {color:#999999;margin:0px;padding:0px;text-transform:lowercase;line-height:18px;padding-left:20px;/*position:relative;left:0;*/}
.t0io a:hover, .t0io a:active {color:#999999;background-image: url(/jsps/images/img-colsxnosel.gif);background-position:-15px;background-repeat: no-repeat;text-decoration:none;padding-left:20px;/*position:relative;left:0;*/}

.t0ic, .t0ic a:hover {margin:0px;padding:0px;}
.t0ic a:hover {color:#999999;text-decoration:none;}
.t0ic a {color:#999999;margin:0px;padding:0px;padding-left:35px;text-transform:lowercase;line-height:18px;}
/*modifiche II livello*/

/* II livello originale
.t0ic, .t0ic a:hover, .t0io a, .t0io a:hover {margin:0px;padding:0px;}
.t0io a:hover, .t0ic a:hover {text-decoration:none;}
.t0ic a, .t0io {margin:0px;padding:0px;padding-left:35px;text-transform:lowercase;line-height:18px;}
*/
